Skip to content

Commit

Permalink
Improved tutorial for flux calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Nov 17, 2020
1 parent c1338b0 commit 0ca9d2f
Show file tree
Hide file tree
Showing 10 changed files with 1,287 additions and 858 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -45,7 +45,7 @@ And running the setup script to install the package and its dependencies:
$ pip install --upgrade pip
Alternatively to running the ``setup.py`` file, the folder where ``species`` is located can also be added to the ``PYTHONPATH`` environmental variable such that the package is found by Python. The command may depend on the OS that is used, but is often something like:
Alternatively to running the ``setup.py`` file, the folder where ``species`` is located can also be added to the ``PYTHONPATH`` environment variable such that the package is found by Python. The command may depend on the OS that is used, but is often something like:

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.rst
Expand Up @@ -6,7 +6,7 @@ Tutorials
This page contains a list of tutorials which highlight some of the functionalities of `species`. These examples are also available as `Jupyter notebook <https://github.com/tomasstolker/species/tree/master/docs/tutorials>`_. Some of tutorials are still work in progress and more examples will be added in the future. Please contact Tomas Stolker if you have questions regarding a specific science case (see :ref:`about` section) or `create an issue <https://github.com/tomasstolker/species/issues>`_ if you encounter any problems with the tutorials.

.. warning::
The last two tutorials are somewhat outdated and incomplete because `species` has been under continuous development. If anything is unclear or causes an error, then please have a look at the `API documentation <https://species.readthedocs.io/en/latest/modules.html>`_, which is kept up-to-date, or contact Tomas Stolker (see :ref:`about` section).
The last tutorial is somewhat outdated and incomplete because `species` has been under continuous development. If anything is unclear or causes an error, then please have a look at the `API documentation <https://species.readthedocs.io/en/latest/modules.html>`_, which is kept up-to-date, or contact Tomas Stolker (see :ref:`about` section).

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit 0ca9d2f

Please sign in to comment.