From 70f56da4e12c6880f448d8bbf39a3a4974da4bc2 Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Wed, 24 Apr 2024 10:44:29 +0100 Subject: [PATCH 1/2] add wheel stimulus doc and iblutil --- docs_gh_pages/010_api_reference.rst | 8 ++++++++ docs_gh_pages/index.rst | 1 + 2 files changed, 9 insertions(+) diff --git a/docs_gh_pages/010_api_reference.rst b/docs_gh_pages/010_api_reference.rst index f8675f13..919a378d 100644 --- a/docs_gh_pages/010_api_reference.rst +++ b/docs_gh_pages/010_api_reference.rst @@ -27,3 +27,11 @@ API Reference :recursive: iblatlas + +.. autosummary:: + :toctree: _autosummary + :template: custom-module-template.rst + :recursive: + + iblutil + diff --git a/docs_gh_pages/index.rst b/docs_gh_pages/index.rst index 56f7c4aa..2789ab61 100644 --- a/docs_gh_pages/index.rst +++ b/docs_gh_pages/index.rst @@ -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: From c191d81cbfa247ff07dead5e2602e2367c40cf5c Mon Sep 17 00:00:00 2001 From: mayofaulkner Date: Wed, 24 Apr 2024 17:13:18 +0100 Subject: [PATCH 2/2] Update main.yaml --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 386f1ff4..2ba908d5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }} @@ -33,4 +33,4 @@ jobs: cd iblenv pip install --requirement requirements.txt echo "----- pip list -----" - pip list \ No newline at end of file + pip list