Skip to content

Commit

Permalink
Merge pull request #371 from int-brain-lab/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
mayofaulkner authored Jun 10, 2024
2 parents a72668b + 0c5309b commit cfc84af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
export TQDM_DISABLE=1
pip install -r docs_gh_pages/requirements-docs.txt
pip install -e ../ibllib-repo
pip install git+https://github.com/jcouto/wfield.git
pip install jupyter
- name: ONE setup and build docs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
sudo apt-get install -y pandoc
pip install -r docs_gh_pages/requirements-docs.txt
pip install -e ../ibllib-repo
pip install git+https://github.com/jcouto/wfield.git
pip install jupyter
- name: ONE setup and build docs
Expand Down
1 change: 1 addition & 0 deletions docs_gh_pages/loading_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Below is a list of examples showing how to load different types of IBL data
notebooks_external/loading_raw_ephys_data
notebooks_external/loading_video_data
notebooks_external/loading_raw_video_data
notebooks_external/loading_widefield_data

0 comments on commit cfc84af

Please sign in to comment.