Common feature classification documentation frameworks
Go to file
Michael Johnson f6f3e0f2d8 Fix deprecated add_stylesheet with add_css_file
The sphinx add_stylesheet() method was renamed in sphinx 1.8 to
add_css_file()[1]. This patch replaces the use of add_stylesheet()
with add_css_file().

[1] https://github.com/sphinx-doc/sphinx/commit/ \
    3afc72fba41f945610263be79d14c95d21478248

Change-Id: Id6eb1f81928fe397352e9daf3673df46aadcc1dd
2019-04-12 17:00:24 -07:00
doc/source Parse 'driver-notes-XXX' values 2018-06-26 10:16:06 +01:00
releasenotes Fix deprecated add_stylesheet with add_css_file 2019-04-12 17:00:24 -07:00
sphinx_feature_classification Fix deprecated add_stylesheet with add_css_file 2019-04-12 17:00:24 -07:00
.coveragerc Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
.gitignore Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
.gitreview Added .gitreview 2017-05-05 18:18:34 +00:00
.mailmap Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
.testr.conf Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
.zuul.yaml Change python3.5 job to python3.7 job on Stein+ 2019-02-14 10:22:10 +00:00
CONTRIBUTING.rst Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
HACKING.rst Optimizing the safety of the http link site in HACKING.rst 2018-11-16 09:18:08 +08:00
LICENSE Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
README.rst doc: Rework everything 2018-06-26 10:12:58 +01:00
babel.cfg Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
requirements.txt Build Common Framework for Feature Classification Matrix 2018-01-19 02:45:51 +11:00
setup.cfg Update home-page 2019-01-11 16:30:32 +00:00
setup.py Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
test-requirements.txt Build Common Framework for Feature Classification Matrix 2018-01-19 02:45:51 +11:00
tox.ini Merge "fix tox python3 overrides" 2018-06-14 22:31:56 +00:00

README.rst

Team and repository tags

image

sphinx-feature-classification

This is a Sphinx directive that allows creating matrices of drivers a project contains and which features they support. The directive takes an INI file with specific syntax explained in the usage documentation to generate the matrices, in which projects have the authority to say what is supported within their own repository.