Skip to content

Commit

Permalink
Merge pull request #361 from jGaboardi/attempt_binder3
Browse files Browse the repository at this point in the history
Attempt binder3
  • Loading branch information
jGaboardi committed Jan 2, 2020
2 parents 8e29a4f + a21d66e commit 6334c13
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/Advanced_spaghetti_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@
}
</style>
<div class="admonition note">
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/tree/master/docsrc/notebooks/Advanced_spaghetti_tutorial.ipynb">tree/master/docsrc/notebooks/Advanced_spaghetti_tutorial.ipynb</a>.
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/tree/master/docsrc/notebooks/Advanced_spaghetti_tutorial.ipynb">docsrc/notebooks/Advanced_spaghetti_tutorial.ipynb</a>.
Interactive online version:
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=tree/master/docsrc/notebooks/Advanced_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=docsrc/notebooks/Advanced_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
</div>
<hr class="docutils" />
<p><strong>If any part of this notebook is used in your research, please cite with the reference found in</strong> <a class="reference external" href="https://github.com/pysal/spaghetti#bibtex-citation">README.md</a><strong>.</strong></p>
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/Basic_spaghetti_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@
}
</style>
<div class="admonition note">
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/tree/master/docsrc/notebooks/Basic_spaghetti_tutorial.ipynb">tree/master/docsrc/notebooks/Basic_spaghetti_tutorial.ipynb</a>.
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/tree/master/docsrc/notebooks/Basic_spaghetti_tutorial.ipynb">docsrc/notebooks/Basic_spaghetti_tutorial.ipynb</a>.
Interactive online version:
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=tree/master/docsrc/notebooks/Basic_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=docsrc/notebooks/Basic_spaghetti_tutorial.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
</div>
<hr class="docutils" />
<p><strong>If any part of this notebook is used in your research, please cite with the reference found in</strong> <a class="reference external" href="https://github.com/pysal/spaghetti#bibtex-citation">README.md</a><strong>.</strong></p>
Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks/Use_case-facility_location.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,9 @@
}
</style>
<div class="admonition note">
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/tree/master/docsrc/notebooks/Use_case-facility_location.ipynb">tree/master/docsrc/notebooks/Use_case-facility_location.ipynb</a>.
<p>This page was generated from <a class="reference external" href="https://github.com/pysal/spaghetti/tree/master/docsrc/notebooks/Use_case-facility_location.ipynb">docsrc/notebooks/Use_case-facility_location.ipynb</a>.
Interactive online version:
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=tree/master/docsrc/notebooks/Use_case-facility_location.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
<span class="raw-html"><a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath=docsrc/notebooks/Use_case-facility_location.ipynb"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a></span></p>
</div>
<hr class="docutils" />
<p><strong>If any part of this notebook is used in your research, please cite with the reference found in</strong> <a class="reference external" href="https://github.com/pysal/spaghetti#bibtex-citation">README.md</a><strong>.</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ def setup(app):

# This is processed by Jinja2 and inserted before each notebook
nbsphinx_prolog = r"""
{% set docname = env.doc2path(env.docname, base='tree/master/docsrc/') %}
{% set docname = env.doc2path(env.docname, base='docsrc/') %}
{% set fullpath = env.doc2path(env.docname, base='tree/master/docsrc/') %}
.. only:: html
Expand All @@ -281,7 +282,7 @@ def setup(app):
Interactive online version:
:raw-html:`<a href="https://mybinder.org/v2/gh/pysal/spaghetti/master?filepath={{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>`
__ https://github.com/pysal/spaghetti/{{ docname }}
__ https://github.com/pysal/spaghetti/{{ fullpath }}
.. raw:: latex
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- matplotlib
- watermark
- seaborn
- pip
- pip:
- ortools
- "--editable=git+https://github.com/pysal/spaghetti.git@master"
- git+https://github.com/pysal/spaghetti.git@master

0 comments on commit 6334c13

Please sign in to comment.