markmin can be compared to reST (they are both markup languages) Sphinx is an application to generate documents and does not directly compare.
Yet markmin2html and markmin2pdf do 90% of what Sphinx does. They do not enforce a convention on how you link documents. You can create your own convention. You can look at the source of the web2py book online and see how that works. On Monday, 3 September 2012 09:59:10 UTC-5, viniciusban wrote: > > But is there some tool to generate offline docs, like Sphinx, using > themes and linking local pages? > > That's what I'm looking for. > > -- > Vinicius Assef > > > On 09/03/2012 01:54 AM, Bruno Rocha wrote: > > There is markmin2pdf and markmin2html on gluon.contrib > > > > https://github.com/web2py/web2py/tree/master/gluon/contrib/markmin > > > > -- > > > > > > > --

