Skip to content

Commit

Permalink
sphinx bug finally fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dokato committed Sep 15, 2015
1 parent 96aacb6 commit bfe3b91
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
5 changes: 4 additions & 1 deletion doc/conn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ Connectvity
Connectivity methods classes.

.. automodule:: connectivipy.conn
:members:
:members: spectrum, spectrum_inst,
Connect, ConnectAR, spectrum, spectrum_inst, dtf_fun,
pdc_fun, DTF, gDTF, ffDTF, dDTF, PDC, gPDC, ffPDC, dPDC,
PartialCoh, Coherency, GCI, PSI
3 changes: 3 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Contents:
Tutorials:

.. toctree::
:maxdepth: 1

install
tutorial

Credits:
Expand Down
13 changes: 13 additions & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _tutorial:

Installation
==================

The easiest way is to use *GIT* and just execute:

.. code-block:: bash
$ git clone https://github.com/dokato/connectivipy.git
$ cd connectivipy
$ python setup.py install
13 changes: 2 additions & 11 deletions doc/tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
.. _tutorial:

Tutorials
Examples
==================

Installation
########

The easiest way is to use *GIT* and just execute:

.. code-block:: bash
$ git clone https://github.com/dokato/connectivipy.git
$ cd connectivipy
$ python setup.py install
*(which work in Python 2.7)*

Loading data
########
Expand Down

0 comments on commit bfe3b91

Please sign in to comment.