Skip to content

Commit

Permalink
Merge pull request #90 from sasaray/master
Browse files Browse the repository at this point in the history
Updating documentation and README
  • Loading branch information
sasaray committed Apr 20, 2017
2 parents ef6ef71 + 1180ac9 commit 1a8d635
Show file tree
Hide file tree
Showing 22 changed files with 4,200 additions and 532 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Get a read only copy of optimizer
Install `git` and type:


git clone https://github.com/vellamike/optimizer.git
git clone https://github.com/KaliLab/optimizer.git

More information on this here: http://rogerdudler.github.com/git-guide/

Expand Down
Empty file modified compare/Genesis/VClamp_surrogate/SA_run
100755 → 100644
Empty file.
Empty file modified compare/Genesis/ca1pc_anat/SA_run
100755 → 100644
Empty file.
Empty file modified compare/Genesis/ca1pc_simplification/SA_run
100755 → 100644
Empty file.
Empty file modified compare/Genesis/hh_pas_surrogate/SA_run
100755 → 100644
Empty file.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,5 @@ def __getattr__(cls, name):
MOCK_MODULES = ['inspyred','wx','ec','inspyred.ec','pyelectro','scipy','numpy','analysis',
'pyelectro.analysis','interpolate','scipy.interpolate','matplotlib',
'matplotlib.backends.backend_wxagg','backends.backend_wxagg','backend_wxagg','gtk']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
#sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Get a read only copy of optimizer
Install `git` and type:


git clone https://github.com/vellamike/optimizer.git
git clone https://github.com/KaliLab/optimizer.git

More information on this here: http://rogerdudler.github.com/git-guide/

Expand Down
Binary file modified html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified html/.doctrees/install.doctree
Binary file not shown.
Binary file modified html/.doctrees/optimizer.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions html/_sources/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Get a read only copy of optimizer
Install `git` and type:


git clone https://github.com/vellamike/optimizer.git
git clone https://github.com/KaliLab/optimizer.git

More information on this here: http://rogerdudler.github.com/git-guide/

Expand Down Expand Up @@ -72,7 +72,7 @@ Installing Neuron as a python package is optional since Optimizer can use any ex
WARNING: Many features of Optimizer are designed to work with Neuron, so we recommend that you install it!
Installing Neuron as a python package is beyond the scope of this tutorial as it is somewhat complicated, but you can find a step-by-step guide at:

http://www.davison.webfactional.com/notes/accessing-hoc-python/
http://andrewdavison.info/notes/installation-neuron-python/

Install optimizer
------------------
Expand Down

0 comments on commit 1a8d635

Please sign in to comment.