Vincent Rouvreau
Results
72
issues of
Vincent Rouvreau
We could also use `autodoc_default_options` to avoid having to specify `:members:` all the time. Avoid `:show-inheritance:` when the only base is `object`. etc. _Originally posted by @mglisse in https://github.com/GUDHI/gudhi-devel/pull/1052#discussion_r1698382260_
doc
You can get the modules in default with this link: https://gudhi.inria.fr/python/latest/search.html?q=__new__ This seems to be an issue between sphinx and cython modules. This can be workaround with `:exclude-members: __new__`
doc