Olivier Couet
Olivier Couet
So the idea would to to have several filters instead of one. To be tried.
The fact the Python examples appear in the namespaces is not connected to the filter. I removed completely the filter from Doxyfile (FILTER_PATTERNS is empty) and still the Python example...
Thanks for your reply. I will try to follow your advice. Indeed there is one single issue: some Python code appears in C++ namespaces.
The fix for this issue is here: https://github.com/root-project/root/pull/14883 It does a post processing of the html files to remove the python tutorials from NamSpaces.
@phsft-bot build
Hi, sorry for the very late continuation on this. This PR is now conflicting with the current master.
What about including [this](https://root.cern/root/htmldoc/guides/users-guide/ROOTUsersGuide.html#numerical-integration) in the reference guide on [this page](https://root.cern/doc/master/group__Integration.html) ? @lmoneta what do you think ?
Nice idea. Except I do not have any idea how to make a such constructor. That should be of course extended to TGraphErrors, TGraphAssymError .etc .. TGraph2D etc .. I...
@hageboeck is Axel suggestion fine for you ?
I see the error with the 6.23 also: ``` root [1] TLatex l; l.DrawLatex(0.5, 0.3, "#frac{a}{#int^{5}_{0}}"); Info in : created default TCanvas with name c1 Error in : It seems...