Skip to content

Commit 6883e2f

Browse files
authored
Bump version to 3.9.0 (#247)
* Fix minor issue with tip boxes in import_export.ipynb and ontology_interface.ipynb * Bump version to 3.9.0
1 parent a3b4920 commit 6883e2f

6 files changed

Lines changed: 16 additions & 17 deletions

File tree

docs/source/jupyter/cuds_api.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
1010
"\n",
11-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/master?filepath=docs%2Fsource%2Fjupyter%2Fcuds_api.ipynb \"Click to run the tutorial yourself!\")\n",
11+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v3.9.0?filepath=docs%2Fsource%2Fjupyter%2Fcuds_api.ipynb \"Click to run the tutorial yourself!\")\n",
1212
" \n",
1313
"</figure>\n",
1414
"\n",
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"source": [
91-
"The first step is to install the city ontology. Use the tool pico for this. If you want to know more about ontology installation, check the documentation on the [pico ontology installation tool](https://simphony.readthedocs.io/en/latest/utils.html#pico-installs-cuds-ontologies), [YAML ontology installation files](https://simphony.readthedocs.io/en/latest/working_with_ontologies.html#osp-core-yaml-ontology-format), and [installing OWL ontologies](https://simphony.readthedocs.io/en/latest/working_with_ontologies.html#owl-ontologies-and-rdfs-vocabularies)."
91+
"The first step is to install the city ontology. Use the tool pico for this. If you want to know more about ontology installation, check the documentation on the [pico ontology installation tool](https://simphony.readthedocs.io/en/v3.9.0/utils.html#pico-installs-cuds-ontologies), [YAML ontology installation files](https://simphony.readthedocs.io/en/v3.9.0/working_with_ontologies.html#osp-core-yaml-ontology-format), and [installing OWL ontologies](https://simphony.readthedocs.io/en/latest/working_with_ontologies.html#owl-ontologies-and-rdfs-vocabularies)."
9292
]
9393
},
9494
{
@@ -552,7 +552,7 @@
552552
}
553553
},
554554
"source": [
555-
"The existing ontology individuals and the relationships among them have been depicted below, using the utility `pretty_print` (see the [Utilities section](https://simphony.readthedocs.io/en/latest/utils.html?highlight=pretty_print)). Note that some attributes that were not specified were set automatically to the default values specified in the ontology."
555+
"The existing ontology individuals and the relationships among them have been depicted below, using the utility `pretty_print` (see the [Utilities section](https://simphony.readthedocs.io/en/v3.9.0/utils.html?highlight=pretty_print)). Note that some attributes that were not specified were set automatically to the default values specified in the ontology."
556556
]
557557
},
558558
{

docs/source/jupyter/import_export.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
1717
" \n",
18-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/master?filepath=docs%2Fsource%2Fjupyter%2Fimport_export.ipynb \"Click to run the tutorial yourself!\")\n",
18+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v3.9.0?filepath=docs%2Fsource%2Fjupyter%2Fimport_export.ipynb \"Click to run the tutorial yourself!\")\n",
1919
" \n",
2020
"</figure>\n",
2121
"\n",
@@ -33,8 +33,7 @@
3333
"The full API specifications of the import and export functions can be found in the\n",
3434
"[utilities API reference page](../api_ref.md#osp.core.utils.export_cuds).\n",
3535
" \n",
36-
"</div>\n",
37-
"</div>\n"
36+
"</div>"
3837
]
3938
},
4039
{

docs/source/jupyter/ontology_interface.ipynb

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
1010
"\n",
11-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/master?filepath=docs%2Fsource%2Fjupyter%2Fontology_interface.ipynb \"Click to run the tutorial yourself!\")\n",
11+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v3.9.0?filepath=docs%2Fsource%2Fjupyter%2Fontology_interface.ipynb \"Click to run the tutorial yourself!\")\n",
1212
" \n",
1313
"</figure>\n",
1414
"\n",
@@ -212,14 +212,11 @@
212212
"cell_type": "markdown",
213213
"metadata": {},
214214
"source": [
215-
"<div style=\"background: #D3D3D3\">\n",
216-
"<div class=\"admonition important\" style=\"padding: 6px 12px\">\n",
215+
"<div class=\"admonition important\">\n",
217216
"<div class=\"admonition-title\" style=\"font-weight: bold\"><div style=\"display: inline-block\">Tip</div></div>\n",
218217
" \n",
219218
"The dot notation supports IPython autocompletion. For example, when working on a Jupyter notebook, once the namespace has been imported, it is possible to get suggestions for the entity names by writing <code class=\"pre\">`namespace.`</code> and pressing TAB.\n",
220-
"\n",
221-
"</div>\n",
222-
"</div>\n",
219+
" \n",
223220
"</div>"
224221
]
225222
},

docs/source/jupyter/wrapper_development.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"<figure style=\"display: table; text-align:center; margin-left: auto; margin-right:auto\">\n",
1010
"\n",
11-
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/master?filepath=docs%2Fsource%2Fjupyter%2Fwrapper_development.ipynb \"Click to run the tutorial yourself!\")\n",
11+
"[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simphony/docs/v3.9.0?filepath=docs%2Fsource%2Fjupyter%2Fwrapper_development.ipynb \"Click to run the tutorial yourself!\")\n",
1212
" \n",
1313
"</figure>\n",
1414
"\n",

docs/source/links.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ demonstrated under the project https://github.com/simphony/simphony-common.
5151

5252
# Compatibility table
5353

54-
The following table describes the compatibilities between of SimPhoNy docs and OSP-core.
54+
The following table describes the compatibilities between the SimPhoNy docs and
55+
OSP-core up to version 2.5.1 of the documentation. For later releases, the
56+
version number of the documentation matches the version number of the OSP-core
57+
release to which it applies.
5558

5659
```{eval-rst}
5760

docs/source/utils.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,17 @@ Each function is used in a similar way to its command-line counterpart.
132132
type, which can be either paths to `yml` ontology installation files or
133133
names of ontologies that can be installed via this shortcut. It is meant to
134134
clone the
135-
[behavior of its command-line counterpart](https://simphony.readthedocs.io/en/latest/utils.html#pico-installs).
135+
[behavior of its command-line counterpart](https://simphony.readthedocs.io/en/v3.9.0/utils.html#pico-installs).
136136

137137
- `uninstall`: accepts _one or more_ positional arguments of string type,
138138
which must be names of already installed ontology packages. It also
139-
clones the [behavior of its command-line counterpart](https://simphony.readthedocs.io/en/latest/utils.html#pico-uninstalls).
139+
clones the [behavior of its command-line counterpart](https://simphony.readthedocs.io/en/v3.9.0/utils.html#pico-uninstalls).
140140

141141
- `packages`: accepts no arguments and returns an [iterator](https://wiki.python.org/moin/Iterator)
142142
over the names of the installed packages.
143143

144144
- `namespaces`: accepts no arguments and returns an iterator yielding one
145-
[`OntologyNamespace` object](https://simphony.readthedocs.io/en/latest/api_ref.html#osp.core.ontology.namespace.OntologyNamespace) for each installed namespace.
145+
[`OntologyNamespace` object](https://simphony.readthedocs.io/en/v3.9.0/api_ref.html#osp.core.ontology.namespace.OntologyNamespace) for each installed namespace.
146146

147147
Usage examples:
148148

0 commit comments

Comments
 (0)