Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsychas committed Dec 7, 2015
2 parents 6012033 + 16f3306 commit a6fd015
Show file tree
Hide file tree
Showing 20 changed files with 146 additions and 4,041 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Computation <http://www.bionet.ee.columbia.edu/courses/EEBM_E9070/2012>`_. The
Neurokernel Development Team currently comprises the
following `Bionet Group <http://www.bionet.ee.columbia.edu/>`_ researchers:

* `Lev Givon <http://www.columbia.edu/~lev/>`_
* `Lev Givon <http://lebedov.github.io>`_
* `Konstantinos Psychas <http://gr.linkedin.com/in/kpsychas>`_
* `Nikul H. Ukani <http://www.linkedin.com/pub/nikul-ukani/16/737/990>`_
* `Chung-Heng Yeh <http://www.linkedin.com/pub/chung-heng-yeh/5a/7a6/a>`_
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Building the Documentation
To build Neurokerne's HTML documentation locally, you will need to install

* `mock <http://www.voidspace.org.uk/python/mock/>`_ 1.0 or later.
* `sphinx <http://sphinx-doc.org>`_ 1.2 or later.
* `sphinx <http://sphinx-doc.org>`_ 1.3 or later.
* `sphinx_rtd_theme <https://github.com/snide/sphinx_rtd_theme>`_ 0.1.6 or
later.

Expand Down
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def __setitem__(self, k, v):
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.append(os.path.abspath('../sphinxext'))
sys.path.append(os.path.abspath('../../neurokernel'))
sys.path.append(os.path.abspath('../../neurokernel/neuroml'))
sys.path.append(os.path.abspath('../../'))
Expand All @@ -62,7 +61,7 @@ def __setitem__(self, k, v):
'sphinx.ext.intersphinx',
'sphinx.ext.pngmath',
'sphinx.ext.viewcode',
'numpydoc']
'sphinx.ext.napoleon']

# Generate autosummary stubs:
autosummary_generate = True
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Building the Documentation
To build Neurokerne's HTML documentation locally, you will need to install

* `mock <http://www.voidspace.org.uk/python/mock/>`_ 1.0 or later.
* `sphinx <http://sphinx-doc.org>`_ 1.2 or later.
* `sphinx <http://sphinx-doc.org>`_ 1.3 or later.
* `sphinx_rtd_theme <https://github.com/snide/sphinx_rtd_theme>`_ 0.1.6 or
later.

Expand Down
94 changes: 0 additions & 94 deletions docs/sphinxext/LICENSE.txt

This file was deleted.

3 changes: 0 additions & 3 deletions docs/sphinxext/__init__.py

This file was deleted.

169 changes: 0 additions & 169 deletions docs/sphinxext/comment_eater.py

This file was deleted.

0 comments on commit a6fd015

Please sign in to comment.