Skip to content

Commit ed2f885

Browse files
committed
small documentation improvements
1 parent 987b5f9 commit ed2f885

4 files changed

Lines changed: 12 additions & 13 deletions

File tree

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
=================
77

88
|PyPI| |Conda| |Downloads| |pipeline status| |DOI| |Binder| |Join the
9-
chat at https://gitter.im/python-adaptive/adaptive|
9+
chat at https://gitter.im/python-adaptive/adaptive| |Documentation Status|
1010

1111
**Tools for adaptive parallel sampling of mathematical functions.**
1212

@@ -17,10 +17,10 @@ just supply a function with its bounds, and it will be evaluated at the
1717
evaluate functions on a computing cluster, live-plot the data as it
1818
returns, and fine-tune the adaptive sampling algorithm.
1919

20-
Check out the ``adaptive`` example notebook
21-
`learner.ipynb <https://github.com/python-adaptive/adaptive/blob/master/learner.ipynb>`_ (or run it `live on
22-
Binder <https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=learner.ipynb>`_)
23-
to see examples of how to use ``adaptive``.
20+
Run the ``adaptive`` example notebook `live on
21+
Binder <https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=learner.ipynb>`_
22+
to see examples of how to use ``adaptive`` or visit the
23+
`tutorial on Read the Docs <https://adaptive.readthedocs.io/en/latest/tutorial/tutorial.html>`__.
2424

2525
.. summary-end
2626
@@ -152,4 +152,6 @@ request <https://gitlab.kwant-project.org/qt/adaptive/merge_requests>`_.
152152
:target: https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=learner.ipynb
153153
.. |Join the chat at https://gitter.im/python-adaptive/adaptive| image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg
154154
:target: https://gitter.im/python-adaptive/adaptive
155+
.. |Documentation Status| image:: https://readthedocs.org/projects/adaptive/badge/?version=latest
156+
:target: https://adaptive.readthedocs.io/en/latest/?badge=latest
155157
.. references-end

docs/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ dependencies:
1414
- jupyter_client>=5.2.2
1515
- ipywidgets
1616
- scikit-optimize
17+
- nbconvert>=5.4* # because my jupyter-sphinx branch depends on it
1718
- pip:
1819
- sphinx_rtd_theme
1920
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
21+
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo

docs/source/_templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "!layout.html" %}
22
{% block extrahead %}
3-
{%- for scriptfile in holoviews_js_files %}
4-
{{ js_tag(scriptfile) }}
5-
{%- endfor %}
3+
{%- for scriptfile in holoviews_js_files %}
4+
{{ js_tag(scriptfile) }}
5+
{%- endfor %}
66
{% endblock %}

docs/source/tutorial/tutorial.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
Tutorial Adaptive
22
=================
33

4-
.. warning::
5-
This documentation is not functional yet! Whenever
6-
`this Pull Request <https://github.com/jupyter-widgets/jupyter-sphinx/pull/22/>`__.
7-
is done, the documentation will be correctly build.
8-
94
`Adaptive <https://gitlab.kwant-project.org/qt/adaptive-evaluation>`__
105
is a package for adaptively sampling functions with support for parallel
116
evaluation.

0 commit comments

Comments
 (0)