Skip to content

Commit

Permalink
Added ref to pyunicorn description paper + minor fixes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonges committed Nov 15, 2015
1 parent fe05d39 commit b9fea02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ following reference:

J.F. Donges, J. Heitzig, B. Beronov, M. Wiedermann, J. Runge, Q.-Y. Feng, L. Tupikina, V. Stolbova, R.V. Donner, N. Marwan, H.A. Dijkstra, and J. Kurths,
Unified functional network and nonlinear time series analysis for complex systems science: The pyunicorn package,
`Chaos 25, 113101 (2015), doi:10.1063/1.4934554,
<http://dx.doi.org/10.1063/1.4934554>`_
`Preprint: arxiv.org:1507.01571 [physics.data-an].
<http://arxiv.org/abs/1507.01571>`_

Expand Down
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog

A summary of major changes made in each release of ``pyunicorn``:

**0.5.1**
- Added reference to pyunicorn description paper published in the
journal Chaos.

**0.5.0**
- Substantial update of ``CouplingAnalysis``.
- New methods in ``RecurrenceNetwork``: ``transitivity_dim_single_scale``,
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ An easy way to go may be a Python distribution like `Anaconda
<http://www.enthought.com>`_ that already include many libraries.

.. include:: ../../README.rst
:start-after: documentation)
:start-after: development)
:end-before: Test suite

0 comments on commit b9fea02

Please sign in to comment.