Skip to content

Commit

Permalink
Merge pull request #23 from LabForComputationalVision/billbrod-patch-1
Browse files Browse the repository at this point in the history
Adds plenoptic link to main docs page
  • Loading branch information
billbrod committed Oct 30, 2023
2 parents df0a303 + e431bbc commit 58c6e7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "mambaforge-4.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://plenoptic.readthedocs.io/en/>`_ package; the implementation in plenoptic is differentiable.

.. include:: quickstart.rst

Pyramid resources
Expand Down

0 comments on commit 58c6e7c

Please sign in to comment.