Fix a couple links in documentation

Also upgrade nbsphinx version.
stix2.0
Chris Lenk 2018-02-20 12:16:15 -05:00
parent c682838239
commit f1813f17e0
3 changed files with 4 additions and 3 deletions

View File

@ -7,6 +7,6 @@ functions in the ``stix2`` API, as given by the package's docstrings.
.. note:: .. note::
All the classes and functions detailed in the pages below are importable All the classes and functions detailed in the pages below are importable
directly from `stix2`. See also: directly from `stix2`. See also:
:ref:`How imports will work <guide/ts_support.ipynb#How-imports-will-work>`. :ref:`How imports will work </guide/ts_support.ipynb#How-imports-will-work>`.
.. automodule:: stix2 .. automodule:: stix2

View File

@ -381,7 +381,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"To update the properties of an object, see the [Versioning](versioning.ipynb) section." "To update the properties of an object, see the [Versioning](guide/versioning.ipynb) section."
] ]
}, },
{ {

View File

@ -1,5 +1,6 @@
bumpversion bumpversion
nbsphinx>=0.2.15 ipython
nbsphinx>=0.3.0
pre-commit pre-commit
pytest pytest
pytest-cov pytest-cov