Re: [sphinx-users] Register additional visit/depart functions for existing nodes?

2018-09-25 Thread Matthias Geier
On Fri, Sep 21, 2018 at 5:10 PM Komiya Takeshi wrote: > > >Can I somehow derive a new node from an existing node without killing > >the original visit/depart functions? > > How about subclassing a Translator class? > You can get original implementation with calling super() function. Thanks a lot

Re: [sphinx-users] First steps with Pyhton and Sphinx

2018-09-25 Thread c.buhtz
Dear Matthias, thank you for your tips. Let me ask the general question. Why do I have to name explicit a module, function, method or member? When using a tool like Sphinx I would assume that the tool scan all my code (all py-files) and create the html-doc out of it depending on the