On 8 Jul., 22:33, mdipierro <[email protected]> wrote: > thanks. By references I mean that when we split the docs into > multiplempages I can try to figure this out. It's a bit of changing the autosummary Sphinx extension.
>we may want some docstrings to cite/refer to other > docstrings. I do not know how to do it. You can do this alread: see here: http://sphinx.pocoo.org/latest/markup/inline.html#cross-referencing-python-objects for examples: http://docs.scipy.org/doc/scipy/reference/tutorial/integrate.html http://docs.scipy.org/doc/scipy/reference/_sources/tutorial/integrate.txt e.g.: to reference gluon.sql.myfunction you'd write: :module:`gluon.sql.myfunction` --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

