> > I'm don't know rsT in-depth, but all extensions I saw didn't use expressions > inline like the ones we need. See this extension for example: > > http://sphinx.pocoo.org/ext/autosummary.html > > They use: > > .. autosummary:: > > But that must be in a new paragraph which would be useful for screenshots but > not for references to menu options or fields. If somebody knows sphinx better > than I and knows if directives can be added inside a paragraph I agree it > should be the way to go. >
It's quite possible to implement custom inline markup, using RST roles. These 2 links should help you see the possibilities. Be sure to read the first one to the end of the main post: - http://www.hvergi.net/2008/06/restructuredtext-extensions/comment-page-1/ - http://docutils.sourceforge.net/docs/howto/rst-roles.html And of course Sphinx's own doc on inline markup: - http://sphinx.pocoo.org/markup/inline.html HTH :-) ------------------------ Olivier Dony OpenERP s.a. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=60712#60712 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
