Skip to content

Commit

Permalink
Merge pull request #180 from UC-Davis-molecular-computing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dave-doty authored Jun 17, 2022
2 parents 56d6a90 + 2137a37 commit 5713423
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'David Doty and Damien Woods'

# The full version, including alpha/beta/rc tags
release = '0.1.2'
release = '0.1.3'
# version = __version__
# release = __version__

Expand Down
14 changes: 7 additions & 7 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
.. dsd documentation master file, created by
.. nuad documentation master file, created by
sphinx-quickstart on Tue Jul 16 10:14:04 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
dsd documentation
nuad documentation
====================================

.. toctree::
:maxdepth: 3
:caption: Contents:

dsd.search
nuad.search
=====================
.. automodule:: search
:members:

dsd.constraints
nuad.constraints
=====================
.. automodule:: constraints
:members:

dsd.modifications
nuad.modifications
=====================
.. automodule:: modifications
:members:

dsd.vienna_nupack
nuad.vienna_nupack
=====================
.. automodule:: vienna_nupack
:members:

dsd.np
nuad.np
=====================
.. automodule:: np
:members:
Expand Down
2 changes: 1 addition & 1 deletion nuad/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.1.2' # version line; WARNING: do not remove or change this line or comment
version = '0.1.3' # version line; WARNING: do not remove or change this line or comment

0 comments on commit 5713423

Please sign in to comment.