Open AntoinePrv opened 3 years ago
For some functions in the online documentation, instead of seeing their documentation in the reference section, we see a Sphinx Warning.
Possibly related to https://github.com/xtensor-stack/xtensor/issues/2242.
Error message:
doxygenfunction: Unable to resolve multiple matches for function “xt::linalg::tensordot” with arguments (const xexpression<T>&, const xexpression<O>&, std::size_t) in doxygen xml output for project “xtensor-blas” from directory: ../xml. Potential matches: - template<class T, class O> auto tensordot(const xexpression<T> &xa, const xexpression<O> &xb, const std::vector<std::size_t> &ax_a, const std::vector<std::size_t> &ax_b) - template<class T, class O> auto tensordot(const xexpression<T> &xa, const xexpression<O> &xb, std::size_t naxes = 2)
Screenshot:
For some functions in the online documentation, instead of seeing their documentation in the reference section, we see a Sphinx Warning.
Possibly related to https://github.com/xtensor-stack/xtensor/issues/2242.
Error message:
Screenshot: