Skip to content

Commit 58c6e7c

Browse files
authored
Merge pull request #23 from LabForComputationalVision/billbrod-patch-1
Adds plenoptic link to main docs page
2 parents df0a303 + e431bbc commit 58c6e7c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "mambaforge-4.10"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/conf.py
@@ -14,7 +20,8 @@ sphinx:
1420
# configuration: mkdocs.yml
1521

1622
# Optionally build your docs in additional formats such as PDF and ePub
17-
formats: all
23+
formats:
24+
- htmlzip
1825

1926
# Optionally set the version of Python and requirements required to build your docs
2027
conda:

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ The tools include:
3737
auto-scaling options, rounding to integer zoom factors to avoid
3838
resampling artifacts, and useful labeling (dimensions and gray-range).
3939

40+
**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.
41+
4042
.. include:: quickstart.rst
4143

4244
Pyramid resources

0 commit comments

Comments
 (0)