GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
245 stars 65 forks source link

Sphinx warnings #1076

Closed VincentRouvreau closed 2 weeks ago

VincentRouvreau commented 2 weeks ago

When generating the python doc, I have these warnings:

build/python/gudhi/cover_complex.py:docstring of sklearn.utils._metadata_requests._MetadataRequester.get_metadata_routing:3: WARNING: undefined label: 'metadata_routing'
build/python/gudhi/cover_complex.py:docstring of sklearn.utils._metadata_requests.RequestMethod.__get__.<locals>.func:3: WARNING: undefined label: 'metadata_routing'
build/python/gudhi/cover_complex.py:docstring of sklearn.utils._metadata_requests._MetadataRequester.get_metadata_routing:3: WARNING: undefined label: 'metadata_routing'
build/python/gudhi/cover_complex.py:docstring of sklearn.utils._metadata_requests.RequestMethod.__get__.<locals>.func:3: WARNING: undefined label: 'metadata_routing'
build/python/gudhi/cover_complex.py:docstring of sklearn.utils._metadata_requests._MetadataRequester.get_metadata_routing:3: WARNING: undefined label: 'metadata_routing'
build/python/gudhi/cover_complex.py:docstring of sklearn.utils._metadata_requests.RequestMethod.__get__.<locals>.func:3: WARNING: undefined label: 'metadata_routing'
build/python/gudhi/representations/vector_methods.py:docstring of sklearn.utils._metadata_requests.RequestMethod.__get__.<locals>.func:3: WARNING: undefined label: 'metadata_routing'
build/python/gudhi/representations/vector_methods.py:docstring of sklearn.utils._metadata_requests.RequestMethod.__get__.<locals>.func:3: WARNING: undefined label: 'metadata_routing'

In sphinx documentation, they are talking about misspelled references. I tried set(SPHINX_PATH "${PYTHON_EXECUTABLE}" "-m" "sphinx.cmd.build" "-vvv") but could not find those.

VincentRouvreau commented 2 weeks ago

sphinx.log

mglisse commented 2 weeks ago

Dup of #1071?

VincentRouvreau commented 2 weeks ago

Duplicate of #1071