Skip to content

Commit

Permalink
Merge pull request #136 from natashabatalha/dev
Browse files Browse the repository at this point in the history
Merge 3.1beta to prep links for Rooney et al. 2023 papers
  • Loading branch information
natashabatalha authored Mar 23, 2023
2 parents 3512c8b + 86dae6a commit 9d4cbd6
Show file tree
Hide file tree
Showing 63 changed files with 78,103 additions and 22,070 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

3.1 (2023-3-23)
~~~~~~~~~~~~~~~
* SH harmonics documentation for reflected light
* SH harmonics documentation for thermal emission
* Added output xarray resources for model preservation and reusibility

3.0 (2022-10-25)
~~~~~~~~~~~~~~~~
* First version of climate code (Mukherjee et al. 2022)
Expand Down Expand Up @@ -79,4 +85,4 @@ History
* Reflected light component only
* added git-lfs opacity database from only 0.3-1 micron
* made opacity database sqlite to speed up queries
* tutorials added for initial setup, adding clouds, visualizations, analyzing approximations, and opacity queries
* tutorials added for initial setup, adding clouds, visualizations, analyzing approximations, and opacity queries
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = ../../picaso-docs
BUILDDIR = ../../picaso-docs/picaso-docs

# Put it first so that "make" without argument is like "make help".
help:
Expand Down
11 changes: 6 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import os
import sys
import sphinx_rtd_theme

import picaso.justdoit as jdi
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand All @@ -41,8 +41,9 @@
'sphinx.ext.napoleon',
'nbsphinx']

nbsphinx_allow_errors = True
nbsphinx_execute = 'never'
nbsphinx_allow_errors = False

nbsphinx_execute = 'always'

#bibtex_bibfiles = ['refs.bib']
# Add any paths that contain templates here, relative to this directory.
Expand All @@ -66,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '3.0'
version = str(jdi.__version__)
# The full version, including alpha/beta/rc tags.
release = '3.0'
release = str(jdi.__version__)

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ Create Environment Variable

There are several ways to create environment variables. Below are the three most popular methods. You only need to choose one that works best for you.

Method 1: ``bash_profle`` or ``zshrc`` file
Method 1: ``bash_profile`` or ``zshrc`` file
````````````````````````````````````````````

As you might guess ``~/.bash_profile`` is used for the ``Bash`` command line shell. ``~/.zshrc`` is used for the ``Zsh`` command line shell. The steps below are identical.

.. code-block:: bash
vi ~/.bash_profle
vi ~/.bash_profile
Add add this line:

Expand Down Expand Up @@ -157,7 +157,7 @@ When you untar this you should get a directory structure that looks like this ``

.. code-block:: bash
vi ~/.bash_profle
vi ~/.bash_profile
Add add this line:

Expand Down
Loading

0 comments on commit 9d4cbd6

Please sign in to comment.