Skip to content

Commit

Permalink
Updated documentation for zenodo.py (#7)
Browse files Browse the repository at this point in the history
* Updated documentation for zenodo

* bump version to 0.1.1
  • Loading branch information
williamjameshandley authored Jun 28, 2023
1 parent b69c12f commit 57ca00c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ unimpeded: Universal model comparison & parameter estimation distributed over ev
===========================================================================================
:unimpeded: Universal model comparison & parameter estimation distributed over every dataset
:Author: Will Handley
:Version: 0.1.0
:Version: 0.1.1
:Homepage: https://github.com/handley-lab/unimpeded
:Documentation: http://unimpeded.readthedocs.io/

Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ unimpeded
=========

.. toctree::
:maxdepth: 4
:maxdepth: 5

unimpeded
14 changes: 11 additions & 3 deletions docs/source/unimpeded.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
unimpeded package
=================

Module contents
---------------

.. automodule:: unimpeded
:members:
:undoc-members:
:show-inheritance:


unimpeded.zenodo module
-----------------------

.. automodule:: unimpeded.zenodo
:members:
:undoc-members:
:show-inheritance:


2 changes: 1 addition & 1 deletion unimpeded/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 57ca00c

Please sign in to comment.