Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Jan 30, 2023
1 parent f43bfd4 commit 2b57014
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']


extensions = ['autoapi.extension']
autoapi_dirs = ['../skprox']
autoapi_add_toctree_entry = False

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Welcome to scikit-prox's documentation!
intro
install


.. toctree::
:maxdepth: 2
:caption: Reference:

autoapi/skprox/index


.. toctree::
:maxdepth: 2
:caption: Developer:
Expand Down
5 changes: 1 addition & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Install
=======================================

Installing with pip
-------------------

You can install the latest version of the package from PyPI using pip:
You can install the latest version of the package from PyPI using pip::

$ pip install scikit-prox

0 comments on commit 2b57014

Please sign in to comment.