From 1a13c7c2fe0f73c9b4bc8a817903b5fe0cb89563 Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Mon, 30 Oct 2023 11:07:34 -0400 Subject: [PATCH 1/3] Update index.rst adds link to plenoptic in docs --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 4275ed9..261a4be 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,6 +37,8 @@ The tools include: auto-scaling options, rounding to integer zoom factors to avoid resampling artifacts, and useful labeling (dimensions and gray-range). +**NOTE**: If you are only interested in the complex steerable pyramid, we have a pytorch implementation in the `plenoptic `_ package; the implementation in plenoptic is differentiable. + .. include:: quickstart.rst Pyramid resources From d621dd20d8bce78ae334003a3c8bc9ae8bc2586c Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Mon, 30 Oct 2023 11:15:26 -0400 Subject: [PATCH 2/3] updates readthedocs.yml --- .readthedocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d2f81d1..93d77d4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -14,7 +20,8 @@ sphinx: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub -formats: all +formats: + - htmlzip # Optionally set the version of Python and requirements required to build your docs conda: From e431bbcf0c6406b50311b46794d1adc170c42a66 Mon Sep 17 00:00:00 2001 From: "William F. Broderick" Date: Mon, 30 Oct 2023 11:24:57 -0400 Subject: [PATCH 3/3] specify mambaforge as build tool --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 93d77d4..312c80a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "mambaforge-4.10" # Build documentation in the docs/ directory with Sphinx sphinx: