Skip to content

Commit 3367eb7

Browse files
committed
Tidy up api/core.rst
1 parent ebbb3b2 commit 3367eb7

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

docs/api/core.rst

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,35 @@
3131
-------------------------------------------
3232
This is where custom ``manage.py`` commands are defined.
3333

34-
.. automodule:: readthedocs.core.management.commands.build_files
34+
.. automodule:: readthedocs.core.management.commands.archive
35+
:members:
36+
37+
.. automodule:: readthedocs.core.management.commands.clean_builds
38+
:members:
39+
40+
.. automodule:: readthedocs.core.management.commands.import_github_language
41+
:members:
42+
43+
.. automodule:: readthedocs.core.management.commands.import_github
44+
:members:
45+
46+
.. automodule:: readthedocs.core.management.commands.pull
47+
:members:
48+
49+
.. automodule:: readthedocs.core.management.commands.reindex_elasticsearch
50+
:members:
51+
52+
.. automodule:: readthedocs.core.management.commands.set_metadata
53+
:members:
54+
55+
.. automodule:: readthedocs.core.management.commands.symlink
56+
:members:
57+
58+
.. automodule:: readthedocs.core.management.commands.update_api
3559
:members:
3660

3761
.. automodule:: readthedocs.core.management.commands.update_repos
3862
:members:
3963

64+
.. automodule:: readthedocs.core.management.commands.update_versions
65+
:members:

0 commit comments

Comments
 (0)