Skip to content

Commit 6070337

Browse files
author
Olivier Leblanc
committed
mod doc
1 parent 5a457c4 commit 6070337

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/adding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Once the operator has been created, we can add it to the documentation of PyProx
156156
the operator within the ``index.rst`` file in ``docs/source/api`` directory.
157157

158158
Moreover, in order to facilitate the user of your operator by other users, a simple example should be provided as part of the
159-
Sphinx-gallery of the documentation of the PyProximal library. The directory ``examples`` containes several scripts that
159+
Sphinx-gallery of the documentation of the PyProximal library. The directory ``examples`` contains several scripts that
160160
can be used as template.
161161

162162

docs/source/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Convex
7474
Orthogonal
7575
Quadratic
7676
Simplex
77+
TV
7778

7879

7980
Non-Convex
@@ -138,6 +139,7 @@ Primal
138139
ADMML2
139140
LinearizedADMM
140141
ProximalGradient
142+
GeneralizedProximalGradient
141143
ProximalPoint
142144
TwIST
143145

0 commit comments

Comments
 (0)