Skip to content

Commit

Permalink
add version to docs;update history
Browse files Browse the repository at this point in the history
  • Loading branch information
natashabatalha committed Mar 23, 2023
1 parent 4d332a5 commit 86dae6a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 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
6 changes: 3 additions & 3 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 Down Expand Up @@ -67,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
30 changes: 15 additions & 15 deletions docs/notebooks/ModelStorage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "9fc8625a",
"id": "139bb3ef",
"metadata": {},
"source": [
"# Model Storage: Preservation and Reuse \n",
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "63ed2f93",
"id": "a4ec01e3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -30,7 +30,7 @@
},
{
"cell_type": "markdown",
"id": "7e729c81",
"id": "82d6ecaf",
"metadata": {},
"source": [
"## Storing your run with xarray\n",
Expand All @@ -41,7 +41,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "26e407d0",
"id": "e8273189",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -60,7 +60,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4023504f",
"id": "9dda4aa4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -70,7 +70,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a735c4f9",
"id": "3189ce39",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -79,7 +79,7 @@
},
{
"cell_type": "markdown",
"id": "7823e32e",
"id": "51aa5fce",
"metadata": {},
"source": [
"## Reusing your run with xarray\n",
Expand All @@ -92,7 +92,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "96924052",
"id": "b924c648",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -105,7 +105,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "61707728",
"id": "7b531f30",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -115,7 +115,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "87d4a960",
"id": "67842f86",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -124,7 +124,7 @@
},
{
"cell_type": "markdown",
"id": "76560612",
"id": "662c1355",
"metadata": {},
"source": [
"## Adding meta data\n",
Expand All @@ -138,7 +138,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0c16d41e",
"id": "26c9ae51",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -148,7 +148,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d3ccd41c",
"id": "d0d934ff",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -179,7 +179,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "44cb93a1",
"id": "ad0972e0",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -189,7 +189,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "11038f44",
"id": "e396a6c8",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 86dae6a

Please sign in to comment.