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 1
1
API
2
2
===
3
3
4
- .. toctree ::
5
- :maxdepth: 2
6
- :caption: API
4
+ .. autosummary ::
5
+ :toctree: generated
7
6
8
- API
9
- ---
7
+ API Module
8
+ ----------
10
9
11
10
.. automodule :: judge0.api
12
11
:members:
13
12
:undoc-members:
14
13
15
- Submission
16
- ----------
14
+ Submission Module
15
+ -----------------
17
16
18
17
.. automodule :: judge0.submission
19
18
:members:
Original file line number Diff line number Diff line change 18
18
# -- General configuration ---------------------------------------------------
19
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
20
20
21
- extensions = ["sphinx.ext.autodoc" ]
21
+ extensions = [
22
+ "sphinx.ext.autodoc" ,
23
+ "sphinx.ext.napoleon" ,
24
+ "sphinx.ext.autosummary" ,
25
+ ]
22
26
23
27
templates_path = ["_templates" ]
24
28
exclude_patterns = []
48
52
"special-members" : False ,
49
53
"inherited-members" : False ,
50
54
}
55
+
56
+ napoleon_google_docstring = False
You can’t perform that action at this time.
0 commit comments