-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from fkuehlein/master
Clean up tutorial notebooks and documentation
- Loading branch information
Showing
121 changed files
with
3,955 additions
and
5,526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
Development | ||
=========== | ||
.. include:: ../../README.rst | ||
:start-after: $> cd docs; make clean html latexpdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
|
||
Download | ||
======== | ||
|
||
.. include:: ../../README.rst | ||
:start-after: ``pyunicorn`` is `BSD-licensed <LICENSE.txt>`_ (3 clause). | ||
:end-before: Test suite | ||
|
||
.. include:: ../../README.rst | ||
:start-after: graphs. | ||
:end-before: License | ||
:start-after: Not implemented yet. | ||
:end-before: Development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
|
||
============ | ||
Introduction | ||
============ | ||
|
||
.. include:: ../../README.rst | ||
:start-after: ========= | ||
:end-before: Reference | ||
|
||
For example, to generate a recurrence network with 1000 nodes from a sinusoidal | ||
signal and compute its network transitivity you simply need to type | ||
:start-after: :target: https://codecov.io/gh/pik-copan/pyunicorn | ||
:end-before: License | ||
|
||
.. literalinclude:: ../../examples/modules/timeseries/recurrence_network.py | ||
Example | ||
======= | ||
|
||
The package provides special tools to analyze and model **spatially embedded** | ||
complex networks. | ||
To generate a recurrence network with 1000 nodes from a sinusoidal | ||
signal and to compute its network transitivity, you can simply run: | ||
|
||
``pyunicorn`` is **fast** because all costly computations are performed in | ||
compiled C, C++ and Fortran code. It can handle **large networks** through the | ||
use of sparse data structures. The package can be used interactively, from any | ||
Python script and even for parallel computations on large cluster | ||
architectures. | ||
.. literalinclude:: ../../examples/modules/timeseries/recurrence_network.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.