
The DEFAULT_API_VERSION variable doesn't exist in the specified file. As stated in [1], _MIN_API_VERSION is used as the default api version if no version is specified. [1] https://github.com/openstack/cinder/blob/master/cinder/api/openstack/api_version_request.py#L133-L136 Change-Id: I6ecd0b2993c00c3abea98afc5be63bc8dc78624e
Cinder Development Docs
Files under this directory tree are used for generating the documentation for the Cinder source code.
Developer documentation is built to: https://docs.openstack.org/cinder/latest/
Tools
- Sphinx
-
The Python Sphinx package is used to generate the documentation output. Information on Sphinx, including formatting information for RST source files, can be found in the Sphinx online documentation.
- Graphviz
-
Some of the diagrams are generated using the
dot
language from Graphviz. See the Graphviz documentation for Graphviz and dot language usage information.
Building Documentation
Doc builds are performed using tox with the docs
target:
% cd ..
% tox -e docs