Skip to content

Commit

Permalink
Merge pull request #367 from int-brain-lab/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
mayofaulkner authored Apr 24, 2024
2 parents e469d41 + c191d81 commit a72668b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2.0.0
- uses: conda-incubator/setup-miniconda@v3.0.3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand All @@ -33,4 +33,4 @@ jobs:
cd iblenv
pip install --requirement requirements.txt
echo "----- pip list -----"
pip list
pip list
8 changes: 8 additions & 0 deletions docs_gh_pages/010_api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ API Reference
:recursive:

iblatlas

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

iblutil

1 change: 1 addition & 0 deletions docs_gh_pages/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ IBL has released a suite of tools to process and visualize our data.

atlas_examples
notebooks_external/docs_wheel_moves
notebooks_external/docs_wheel_screen_stimulus

.. toctree::
:hidden:
Expand Down

0 comments on commit a72668b

Please sign in to comment.