Put API link at the bottom of DNS plugin docs (#5699)

* Put link to API at the bottom for future docs.

* Put API link at the bottom of existing docs.
This commit is contained in:
Brad Warren
2018-03-12 17:10:23 -07:00
committed by GitHub
parent 53c6b9a08f
commit d310ad18c7
11 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ API Documentation
:glob:
api/**" > api.rst
sed -i -e "s| :caption: Contents:| :caption: Contents:\n\n.. toctree::\n :maxdepth: 1\n\n api\n\n.. automodule:: ${PROJECT//-/_}\n :members:|" index.rst
sed -i -e "s| :caption: Contents:| :caption: Contents:\n\n.. automodule:: ${PROJECT//-/_}\n :members:\n\n.. toctree::\n :maxdepth: 1\n\n api|" index.rst
echo "Suggested next steps:
* Add API docs to: $PROJECT/docs/api/