Skip to content

Commit

Permalink
Merge pull request #5 from spatial-model-editor/docs
Browse files Browse the repository at this point in the history
add installation & source code info to docs
  • Loading branch information
lkeegan authored Aug 17, 2021
2 parents e92ecd9 + 7ccd58b commit 125c992
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
sme_contrib
sme-contrib
===========

A collection of useful modules for use with `sme <https://pypi.org/project/sme/>`_,
the python interface to `Spatial Model Editor <https://spatial-model-editor.readthedocs.io/>`_.

Installation
------------

To install from `PyPI <https://pypi.org/project/sme-contrib/>`_:

.. code-block:: bash
pip install sme-contrib
API Reference
-------------

.. autosummary::
:toctree: _autosummary
Expand All @@ -14,7 +25,13 @@ the python interface to `Spatial Model Editor <https://spatial-model-editor.read
sme_contrib.plot

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Example jupyter notebooks

notebooks/plot

Source code
-----------

The source code is available from `GitHub <https://github.com/spatial-model-editor/sme_contrib>`_.
and released under a permissive `MIT license <https://github.com/spatial-model-editor/sme_contrib/blob/master/LICENSE>`_.
2 changes: 1 addition & 1 deletion docs/notebooks/plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# sme_contrib.plot examples"
"# sme_contrib.plot"
]
},
{
Expand Down

0 comments on commit 125c992

Please sign in to comment.