File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 19
19
templates_path = ['_templates' ]
20
20
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
21
21
22
-
22
+ extensions = ['autoapi.extension' ]
23
+ autoapi_dirs = ['../skprox' ]
24
+ autoapi_add_toctree_entry = False
23
25
24
26
# -- Options for HTML output -------------------------------------------------
25
27
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ Welcome to scikit-prox's documentation!
13
13
intro
14
14
install
15
15
16
+
17
+ .. toctree ::
18
+ :maxdepth: 2
19
+ :caption: Reference:
20
+
21
+ autoapi/skprox/index
22
+
23
+
16
24
.. toctree ::
17
25
:maxdepth: 2
18
26
:caption: Developer:
Original file line number Diff line number Diff line change 1
1
Install
2
2
=======================================
3
3
4
- Installing with pip
5
- -------------------
6
-
7
- You can install the latest version of the package from PyPI using pip:
4
+ You can install the latest version of the package from PyPI using pip::
8
5
9
6
$ pip install scikit-prox
You can’t perform that action at this time.
0 commit comments