Skip to content
Snippets Groups Projects
Commit 80109a85 authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

[doc] fix sphinx warnings

parent 9413f943
No related branches found
No related tags found
No related merge requests found
Pipeline #
# these are actually c types # these are actually c types
cpp:type PyObject cpp:type PyObject
cpp:type Py_ssize_t cpp:type Py_ssize_t
cpp:typeOrConcept PyObject
cpp:typeOrConcept Py_ssize_t
# no reference exists for these # no reference exists for these
cpp:type bob cpp:type bob
...@@ -14,6 +16,17 @@ cpp:type bob::io ...@@ -14,6 +16,17 @@ cpp:type bob::io
cpp:type bob::io::base cpp:type bob::io::base
cpp:type bob::io::base::File cpp:type bob::io::base::File
cpp:type bob::io::base::HDF5File cpp:type bob::io::base::HDF5File
cpp:typeOrConcept bob
cpp:typeOrConcept bob::core
cpp:typeOrConcept bob::core::array
cpp:typeOrConcept bob::core::array::typeinfo
cpp:typeOrConcept bob::core::array::ElementType
cpp:typeOrConcept boost
cpp:typeOrConcept boost::shared_ptr
cpp:typeOrConcept bob::io
cpp:typeOrConcept bob::io::base
cpp:typeOrConcept bob::io::base::File
cpp:typeOrConcept bob::io::base::HDF5File
# exceptions are not found in python 2.7 # exceptions are not found in python 2.7
py:exc RuntimeError py:exc RuntimeError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment