aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index ed8a578..d5a7e88 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -53,9 +53,10 @@ Mastodon.py contains work by a large number of contributors, many of which have
53put significant work into making it a better library. You can find some information 53put significant work into making it a better library. You can find some information
54about who helped with which particular feature or fix in the changelog. 54about who helped with which particular feature or fix in the changelog.
55 55
56.. _Mastodon.py on GitHub: https://github.com/halcy/Mastodon.py
56.. _Mastodon: https://github.com/mastodon/mastodon 57.. _Mastodon: https://github.com/mastodon/mastodon
57.. _Mastodon flagship instance: https://mastodon.social/ 58.. _The mastodon project as such: https://joinmastodon.org/
58.. _Official Mastodon API docs: https://docs.joinmastodon.org/client/intro/ 59.. _Official Mastodon API docs: https://docs.joinmastodon.org/api/guidelines/
59 60
60.. toctree:: 61.. toctree::
61 :caption: Introduction 62 :caption: Introduction
@@ -68,4 +69,20 @@ about who helped with which particular feature or fix in the changelog.
68.. toctree:: 69.. toctree::
69 :caption: API methods 70 :caption: API methods
70 71
71 04_auth \ No newline at end of file 72 04_auth
73 05_statuses
74 06_accounts
75 07_timelines
76 08_instances
77 09_notifications
78 10_streaming
79 11_misc
80 12_utilities
81 13_admin
82
83.. toctree::
84 :caption: Appendix
85
86 14_contributing
87 15_everything
88 \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)