Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieumeo committed Apr 23, 2021
1 parent 766d17b commit e3df1ce
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
Binary file modified doc/.DS_Store
Binary file not shown.
Binary file modified doc/api/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions doc/api/graphs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Tessellation Graphs
===================

Module: ``pycgsp.graph``

.. automodule:: pycgsp.graph
:special-members: __init__

Expand Down
2 changes: 2 additions & 0 deletions doc/api/operators/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Linear Operators
================

Module: ``pycgsp.linop``

.. autosummary::
:toctree:

Expand Down
2 changes: 2 additions & 0 deletions doc/api/operators/pycgsp.linop.conv.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Convolution Operators
=====================

Module: ``pycgsp.linop.conv``

Base class for graph convolution operators.

.. automodule:: pycgsp.linop.conv
Expand Down
2 changes: 2 additions & 0 deletions doc/api/operators/pycgsp.linop.diff.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Differential Operators
======================

Module: ``pycgsp.linop.diff``

Base class for graph convolution operators.

.. automodule:: pycgsp.linop.diff
Expand Down

0 comments on commit e3df1ce

Please sign in to comment.