Skip to content

Commit

Permalink
Merge pull request #345 from int-brain-lab/atlas_imports
Browse files Browse the repository at this point in the history
Atlas imports
  • Loading branch information
mayofaulkner authored Oct 9, 2023
2 parents 3a67d47 + 1cc982a commit eae118c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ jobs:
repository: int-brain-lab/one
path: ONE

- name: Checkout iblatlas
uses: actions/checkout@v3
with:
repository: int-brain-lab/iblatlas
path: iblatlas

- name: Move ibllib and ONE up a directory
run: |
mv ibllib-repo ..
mv ONE ..
mv iblatlas ..
- name: Setup Python
uses: actions/setup-python@v4
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ jobs:
repository: int-brain-lab/one
path: ONE

- name: Checkout iblatlas
uses: actions/checkout@v3
with:
repository: int-brain-lab/iblatlas
path: iblatlas

- name: Move ibllib and ONE up a directory
run: |
mv ibllib-repo ..
mv ONE ..
mv iblatlas ..
- name: Setup Python
uses: actions/setup-python@v4
Expand Down
7 changes: 7 additions & 0 deletions docs_gh_pages/010_api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ API Reference
:recursive:

brainbox

.. autosummary::
:toctree: _autosummary
:template: custom-module-template.rst
:recursive:

iblatlas
2 changes: 1 addition & 1 deletion docs_gh_pages/make_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
nb_path = root.joinpath('notebooks')
nb_path_external = [# Path(root.parent.parent).joinpath('ibllib-repo', 'examples'),
Path(root.parent.parent).joinpath('ibllib-repo', 'examples', 'loading_data'),
Path(root.parent.parent).joinpath('ibllib-repo', 'examples', 'atlas'),
Path(root.parent.parent).joinpath('iblatlas', 'examples'),
Path(root.parent.parent).joinpath('ibllib-repo', 'examples', 'data_release'),
Path(root.parent.parent).joinpath('ibllib-repo', 'examples', 'exploring_data'),
Path(root.parent.parent).joinpath('ibllib-repo', 'brainbox', 'examples'),
Expand Down

0 comments on commit eae118c

Please sign in to comment.