From 48e19519085e46e6cfdf28f42a5556950adbfa7d Mon Sep 17 00:00:00 2001 From: David Doty Date: Fri, 17 Jun 2022 13:11:18 -0700 Subject: [PATCH 1/2] dsd --> nuad in index.rst --- doc/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index bd112525..c219e876 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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: From 2137a37b668e3a3b74ecdf6b0e19e90a18e1b71e Mon Sep 17 00:00:00 2001 From: David Doty Date: Fri, 17 Jun 2022 13:11:30 -0700 Subject: [PATCH 2/2] bumped version --- doc/conf.py | 2 +- nuad/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index cac6917f..29fd27cf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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__ diff --git a/nuad/__version__.py b/nuad/__version__.py index db0ac5f7..248510f7 100644 --- a/nuad/__version__.py +++ b/nuad/__version__.py @@ -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