Common feature classification documentation frameworks
Go to file
Daniel Bengtsson f557e6ad05 Move flake8 as a pre-commit local target.
The goal here is to avoid conflicts between flake8 and hacking version each
2 days.

Inspired from nova's approach[1].

The flake8 version to install will be determined by hacking and
requirements[2] will stay aligned instead of relying on different versions.

[1] https://opendev.org/openstack/nova/src/branch/master/.pre-commit-config.yaml#L26-L35
[2] https://opendev.org/openstack/hacking/src/branch/master/requirements.txt#L1

Change-Id: I668c2a59d1fceada4e461b99bf76038a7701369f
2021-03-23 13:19:33 +01:00
doc Adding pre-commit 2020-09-15 14:52:53 +02:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-06-02 13:49:12 +02:00
sphinx_feature_classification Merge "Reduce need for openstack specific requirements" 2020-08-10 22:12:29 +00: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 OpenDev Migration Patch 2019-04-19 19:48:28 +00:00
.mailmap Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
.pre-commit-config.yaml Move flake8 as a pre-commit local target. 2021-03-23 13:19:33 +01:00
.testr.conf Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
.zuul.yaml Switch to victoria test template 2020-07-14 13:49:32 -05: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 Change the deps source 2019-05-21 08:46:06 +00: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 Switch to victoria test template 2020-07-14 13:49:32 -05:00
setup.py Initial cookiecutter patch 2018-01-15 08:54:30 -08:00
test-requirements.txt Adding pre-commit 2020-09-15 14:52:53 +02:00
tox.ini Use TOX_CONSTRAINTS_FILE 2020-11-04 10:55:12 +01: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.