mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user