diff options
Diffstat (limited to 'docs/update_everything_page.sh')
-rwxr-xr-x | docs/update_everything_page.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/update_everything_page.sh b/docs/update_everything_page.sh new file mode 100755 index 0000000..89da4cc --- /dev/null +++ b/docs/update_everything_page.sh | |||
@@ -0,0 +1,8 @@ | |||
1 | #!/bin/bash | ||
2 | echo "Every function on a huge CTRL-F-able page" > 15_everything.rst | ||
3 | echo "=========================================" >> 15_everything.rst | ||
4 | echo ".. py:module:: mastodon" >> 15_everything.rst | ||
5 | echo ".. py:class: Mastodon" >> 15_everything.rst | ||
6 | echo "" >> 15_everything.rst | ||
7 | cat 01_general.rst 02_return_values.rst 03_errors.rst 04_auth.rst 05_statuses.rst 06_accounts.rst 07_timelines.rst 08_instances.rst 09_notifications.rst 10_streaming.rst 11_misc.rst 12_utilities.rst 13_admin.rst | grep -E "automethod|autoclass" >> 15_everything.rst | ||
8 | echo "" >> 15_everything.rst | ||