File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11API
22===
33
4- .. toctree ::
5- :maxdepth: 2
6- :caption: API
4+ .. autosummary ::
5+ :toctree: generated
76
8- API
9- ---
7+ API Module
8+ ----------
109
1110.. automodule :: judge0.api
1211 :members:
1312 :undoc-members:
1413
15- Submission
16- ----------
14+ Submission Module
15+ -----------------
1716
1817.. automodule :: judge0.submission
1918 :members:
Original file line number Diff line number Diff line change 1818# -- General configuration ---------------------------------------------------
1919# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2020
21- extensions = ["sphinx.ext.autodoc" ]
21+ extensions = [
22+ "sphinx.ext.autodoc" ,
23+ "sphinx.ext.napoleon" ,
24+ "sphinx.ext.autosummary" ,
25+ ]
2226
2327templates_path = ["_templates" ]
2428exclude_patterns = []
4852 "special-members" : False ,
4953 "inherited-members" : False ,
5054}
55+
56+ napoleon_google_docstring = False
You can’t perform that action at this time.
0 commit comments