aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-28 01:31:04 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-28 01:31:04 +0200
commitc49364fcc4981eee500dcde34f2e494fdd15ff96 (patch)
tree18debe40c3bd42044f5f98a8bbab28be1e6aa60b /docs/index.rst
parent13d6ff69e97452a014e40f8d511bbee6b39a392e (diff)
downloadmastodon.py-c49364fcc4981eee500dcde34f2e494fdd15ff96.tar.gz
Some more doc split tests
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7597bc4..69a7b3d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -58,6 +58,13 @@ about who helped with which particular feature or fix in the changelog.
58.. _Official Mastodon API docs: https://docs.joinmastodon.org/client/intro/ 58.. _Official Mastodon API docs: https://docs.joinmastodon.org/client/intro/
59 59
60.. toctree:: 60.. toctree::
61 :caption: Introduction
62 Mastodon.py <self>
63 01_general
64 02_return_values
65 03_errors
61 66
62 Mastodon.py <self> 67.. toctree::
63 01_general 68 :caption: API methods
69 Mastodon.py <self>
70 04_auth
Powered by cgit v1.2.3 (git 2.41.0)