From 80109a85c1f1b184d635749c3997f81098fb3931 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Thu, 22 Dec 2016 14:21:54 +0100 Subject: [PATCH] [doc] fix sphinx warnings --- doc/nitpick-exceptions.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/nitpick-exceptions.txt b/doc/nitpick-exceptions.txt index 3544621..97040cc 100644 --- a/doc/nitpick-exceptions.txt +++ b/doc/nitpick-exceptions.txt @@ -1,6 +1,8 @@ # these are actually c types cpp:type PyObject cpp:type Py_ssize_t +cpp:typeOrConcept PyObject +cpp:typeOrConcept Py_ssize_t # no reference exists for these cpp:type bob @@ -14,6 +16,17 @@ cpp:type bob::io cpp:type bob::io::base cpp:type bob::io::base::File 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 py:exc RuntimeError -- GitLab