Skip to content

Commit

Permalink
Merge branch 'feat_Binder' into dev_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Feb 23, 2023
2 parents 9e37617 + 5c294d6 commit 21341e2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
6 changes: 5 additions & 1 deletion docs/_config.yml
Expand Up @@ -23,10 +23,14 @@ bibtex_bibfiles:
repository:
url: https://github.com/computational-psychology/stimupy # Online location of your book
path_to_book: docs # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)
branch: dev_docs # Which branch of the repository should be used when creating links (optional)

# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_issues_button: true
use_repository_button: true

launch_buttons:
notebook_interface: "classic" # The interface interactive links will activate ["classic", "jupyterlab"]
binderhub_url: "https://mybinder.org"
6 changes: 2 additions & 4 deletions docs/requirements.txt
@@ -1,5 +1,3 @@
jupyter-book
matplotlib
numpy
scipy
pandas
jupytext
jupyterlab_myst
4 changes: 4 additions & 0 deletions postBuild
@@ -0,0 +1,4 @@
#!/bin/bash
set -e # don't allow errors to fail silently
echo `which pip` # in case the wrong `pip` is used, this will let us debug
pip install -e . # install the custom library
7 changes: 7 additions & 0 deletions requirements.txt
@@ -0,0 +1,7 @@
numpy
scipy
pandas
Pillow
pytest

-r docs/requirements.txt

0 comments on commit 21341e2

Please sign in to comment.