From ca9735bfc3bf1b632ee009c3e8e45565e3eda8f1 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Thu, 25 Jan 2018 17:44:37 -0700 Subject: [PATCH 1/3] Update list of authors --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cdd051eff..4ec8d6a0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,8 +61,8 @@ u'LA-CC-13-047; Land Ice: LA-CC-13-117) and the University ' \ u'Corporation for Atmospheric Research (UCAR)' author = u'Xylar Asay-Davis, Milena Veneziani, Phillip Wolfram, ' \ - u'Luke Van Roekel, Greg Streletz, Mark Petersen, Adrian Turner, ' \ - u'Matthew Hoffman' + u'Luke Van Roekel, Greg Streletz, Mark Petersen, Stephen Price, ' \ + u'Joseph Kennedy, Adrian Turner, Matthew Hoffman, Jeremy Fyke' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the From ebeb8e77e69a37870f650ca2b4784d4cf6ff4cf6 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Thu, 25 Jan 2018 17:49:05 -0700 Subject: [PATCH 2/3] Update instructions for making the docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da12242a6..b3f208287 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,7 @@ another machine to fit your needs. To generate the `sphinx` documentation, run: ```bash -conda install sphinx sphinx_rtd_theme numpydoc -pip install recommonmark +conda install sphinx sphinx_rtd_theme numpydoc recommonmark cd docs make html ``` From ec8175edec4ed0f845be44864d9c504449bec647 Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Thu, 25 Jan 2018 17:50:57 -0700 Subject: [PATCH 3/3] Update version number --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4ec8d6a0f..d9a7031e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,9 +69,9 @@ # built documents. # # The short X.Y version. -version = u'0.5' +version = u'0.6.5' # The full version, including alpha/beta/rc tags. -release = u'0.5' +release = u'0.6.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.