mattions / neuronvisio

A Graphical User Interface with 3D Visualization features for NEURON simulation enviroment
https://neuronvisio.readthedocs.io
Other
30 stars 15 forks source link

Neuronvisio

.. image:: https://readthedocs.org/projects/neuronvisio/badge/?version=latest :target: https://readthedocs.org/projects/neuronvisio/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/neuronvisio.svg :target: https://pypi.python.org/pypi/neuronvisio

What is it

Neuronvisio is a Graphical User Interface for NEURON simulator environment <http://www.neuron.yale.edu/neuron/>_. Neuronvisio connect with NEURON using the new python NEURON interface.

Features

More info are available on the homepage: http://neuronvisio.org

Offline Documentation

To create offline documentation similar to the one online you will need sphinx http://sphinx.pocoo.org/ installed.

Move in the doc directory::

cd docs

and then launch::

make html

In the _build/html directory you will have the online doc.

How To release

  1. Update Changelog
  2. Change version at neuronvisio/__init__.py
  3. Change to same version in conda.recipe/meta.yaml
  4. Commit everything
  5. Tag repo python setup.py tag
  6. Upload to pipy and anaconda.org

    • PiPy:

      python setup.py make_release

    • Anaconda.org: Got to anaconda.org and click on the website so the last build will be uploaded to the channel.