Merge "fix docs/links for 1.14.0 release"
This commit is contained in:
commit
4cd1d65a22
@ -91,12 +91,12 @@ The Networking API v2.0 always responds with the JSON data serialization
|
|||||||
format. The ``Accept`` header is ignored.
|
format. The ``Accept`` header is ignored.
|
||||||
|
|
||||||
Query extension
|
Query extension
|
||||||
A ``.json`` extension can be added to the request URI. For example, the
|
A ``.json`` extension can be added to the request URI. For example, the
|
||||||
``.json`` extension in the following requests are equivalent:
|
``.json`` extension in the following requests are equivalent:
|
||||||
|
|
||||||
- ``GET`` *publicURL*/networks
|
- GET *publicURL*/networks
|
||||||
|
|
||||||
- ``GET`` *publicURL*/networks.json
|
- GET *publicURL*/networks.json
|
||||||
|
|
||||||
Tenant and project attributes in responses
|
Tenant and project attributes in responses
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
@ -25,9 +25,6 @@ Module Reference
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
:glob:
|
|
||||||
|
|
||||||
modules/*
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
5
tox.ini
5
tox.ini
@ -54,12 +54,15 @@ commands =
|
|||||||
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
|
||||||
|
|
||||||
[testenv:linkcheck]
|
[testenv:linkcheck]
|
||||||
|
deps =
|
||||||
|
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/doc/requirements.txt
|
||||||
whitelist_externals = rm
|
whitelist_externals = rm
|
||||||
commands =
|
commands =
|
||||||
rm -rf api-ref/build
|
rm -rf api-ref/build
|
||||||
sphinx-build -W -b linkcheck api-ref/source api-ref/build/linkcheck
|
sphinx-build -W -b linkcheck api-ref/source api-ref/build/linkcheck
|
||||||
rm -rf doc/build
|
rm -rf doc/build
|
||||||
python setup.py build_sphinx
|
|
||||||
sphinx-build -W -b linkcheck doc/source doc/build/linkcheck
|
sphinx-build -W -b linkcheck doc/source doc/build/linkcheck
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
|
Loading…
Reference in New Issue
Block a user