diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-30 19:04:26 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-30 19:04:26 +0200 |
commit | c1b7a7e4e52f20121393c69680290ddd24d7e976 (patch) | |
tree | 03b45c4e68f33b9ebf0d1105e2ed010bd20fcc40 /docs | |
parent | 98d9dfa357dbd57913eec8b60fa96e7f4928f303 (diff) | |
download | mastodon.py-c1b7a7e4e52f20121393c69680290ddd24d7e976.tar.gz |
Fix cross page links in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/01_general.rst | 3 | ||||
-rw-r--r-- | docs/05_statuses.rst | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/01_general.rst b/docs/01_general.rst index 012a37a..42ebf7e 100644 --- a/docs/01_general.rst +++ b/docs/01_general.rst | |||
@@ -95,7 +95,8 @@ manually (or persist objects, not just dicts). | |||
95 | 95 | ||
96 | There are convenience functions available for fetching the previous and next page of | 96 | There are convenience functions available for fetching the previous and next page of |
97 | a paginated request as well as for fetching all pages starting from a first page. | 97 | a paginated request as well as for fetching all pages starting from a first page. |
98 | For details, see `fetch_next()`_, `fetch_previous()`_. and `fetch_remaining()`_. | 98 | For details, see :ref:`fetch_next() <fetch_next()>`, :ref:`fetch_previous() <fetch_previous()>`. |
99 | and :ref:`fetch_remaining() <fetch_remaining()>`. | ||
99 | 100 | ||
100 | IDs and unpacking | 101 | IDs and unpacking |
101 | ----------------- | 102 | ----------------- |
diff --git a/docs/05_statuses.rst b/docs/05_statuses.rst index 5615a9f..9549c4a 100644 --- a/docs/05_statuses.rst +++ b/docs/05_statuses.rst | |||
@@ -50,7 +50,7 @@ Writing | |||
50 | Scheduled statuses | 50 | Scheduled statuses |
51 | ------------------ | 51 | ------------------ |
52 | These functions allow you to get information about scheduled statuses and to update scheduled statuses that already exist. | 52 | These functions allow you to get information about scheduled statuses and to update scheduled statuses that already exist. |
53 | To create new scheduled statuses, use `status_post()`_ with the `scheduled_at` parameter. | 53 | To create new scheduled statuses, use :ref:`status_post() <status_post()>` with the `scheduled_at` parameter. |
54 | 54 | ||
55 | Reading | 55 | Reading |
56 | ~~~~~~~ | 56 | ~~~~~~~ |