Mateusz Pusz

Results 651 comments of Mateusz Pusz

Hi again, the documentation of my project was updated recently. You can find it here: https://mpusz.github.io/units. Right now It is probably the biggest documentation using Breathe so you might consider...

Another update to the docs done. This time I have a major issue as the Travis CI does not want to finish the build because of the number of warnings...

When I added `-Q` for Sphinx I was able to fit in the logfile limit ;-) It does not mean that the problems are fixed though...

I moved the CI to GitHub Actions which allowed me to enable all of the warnings again. You can find it here: https://github.com/mpusz/units/runs/1357942287?check_suite_focus=true#step:10:10. I would really appreciate it if we...

A few of example applications require linear_algebra package. The whole instruction to compile the code is here: https://mpusz.github.io/units/usage.html#contributing-or-just-building-all-the-tests-examples-and-documentation. TL'DR, just do the following: ``` conan remote add linear-algebra https://api.bintray.com/conan/twonington/public-conan git...

Yes, I have the same issue. I am not sure if I understand which ones are being generated by Sphinx and which ones are from Breathe but even with Sphinx...

This is a Modern C++ code using a lot of C++20 features. This causes a lot of issues in all documentation generation tools. Doxygen generates only a few warnings but...

> if I get some free time I will try to find out. Please let me know in case I can help you with anything. The generated documentation can be...

I will do my best, but as I wrote in another thread I suck in Python ;-)

Done: sphinx-doc/sphinx#7295, sphinx-doc/sphinx#7296. You can find a lot of examples in my repo and its docs . For example this file: .