Skip to content

Commit

Permalink
Update docs a bit
Browse files Browse the repository at this point in the history
- list conda installation option
- hide api toc from the main page
  • Loading branch information
Kirill888 committed Oct 9, 2021
1 parent a4b990d commit aee83d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ This library requires Python 3.6 or greater.
.. code-block::
pip install jupyter-ui-poll
# or with conda/mamba
conda install -c kirill-odc jupyter-ui-poll
Technical Details
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ For a more detailed tutorial see `Example notebook`_, you can also `run it`_ rig


.. toctree::
:hidden:

install.rst
api.rst
Expand Down
6 changes: 6 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ Minimal supported Python version is 3.6. Install from pypi
.. code-block:: bash
pip install jupyter-ui-poll
Conda is also available

.. code-block:: bash
conda install -c kirill-odc jupyter-ui-poll

0 comments on commit aee83d0

Please sign in to comment.