summaryrefslogtreecommitdiff
path: root/src/cython/doc/source/periodic_cubical_complex_ref.rst
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-12 12:51:23 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-12 12:51:23 +0000
commit359411b63f1d4698cca3413c0f00822f80243786 (patch)
tree607be22fce275298e8078423f50e9204d47805b4 /src/cython/doc/source/periodic_cubical_complex_ref.rst
parent92751f7bb87d45469e260b7e5161bf6e375bf231 (diff)
Fix tests and documentation
Add OFF file read for Alpha complex Add PeriodicCubicalComplex git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1432 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5a769f5402522fae801ebafee4d398d47d657be8
Diffstat (limited to 'src/cython/doc/source/periodic_cubical_complex_ref.rst')
-rw-r--r--src/cython/doc/source/periodic_cubical_complex_ref.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cython/doc/source/periodic_cubical_complex_ref.rst b/src/cython/doc/source/periodic_cubical_complex_ref.rst
new file mode 100644
index 00000000..c6190a1b
--- /dev/null
+++ b/src/cython/doc/source/periodic_cubical_complex_ref.rst
@@ -0,0 +1,9 @@
+Periodic cubical complex reference manual
+#########################################
+
+.. autoclass:: gudhi.PeriodicCubicalComplex
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+ .. automethod:: gudhi.PeriodicCubicalComplex.__init__