Werner F. Bruhin wrote: > I like the "table" format used on both the Sphinx and the Python doc > index pages but can't figure out how this is defined in the index.rst file. > > I am looking on how to do this section of the page: > > > Documentation > > Contents <http://sphinx.pocoo.org/contents.html> > for a complete overview > > Search page <http://sphinx.pocoo.org/search.html> > search the documentation > > > > General Index <http://sphinx.pocoo.org/genindex.html> > all functions, classes, terms > > Module Index <http://sphinx.pocoo.org/modindex.html> > quick access to all documented modules > > > > Is this some template magic or can this be done in the .rst file? > > Thanks for any pointers > Werner > Doing more searching with google and trying some of the samples I found I still can get tables to work.
I have something like this in the doc: +======================================================================+ | Another way of showing an overview of the content | +=================================+====================================+ | Overview | howto | | with some text here | with some other text here | +---------------------------------+------------------------------------| | Reports | vinoXML | | with again some text here | and again some text here | +---------------------------------+------------------------------------+ But it renders it as (or something similar): +======================================================================+ | Another way of showing an overview of the content | +=================================+====================================+ | Overview | howto | | with some text here | with some other text here | +———————————+————————————| | Reports | vinoXML | | with again some text here | and again some text here | +———————————+————————————+ So, I must do something basically wrong or have not read the right page of the manual :-[ Anyone having some pointers for me or where could I see the source file (index.rst) for the intro page (http://sphinx.pocoo.org/index.html), as that might be enough to get me sorted out. Thanks Werner --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
