This is a good cheatsheet for Sphinx. http://openalea.gforge.inria.fr/doc/openalea/doc/_build/html/source/sphinx/rest_syntax.html#tables. I've also found Sphinx's table support to be lacking, so you may need to use https://pythonhosted.org/cloud_sptheme/lib/cloud_sptheme.ext.table_styling.html#module-cloud_sptheme.ext.table_styling if you want to do anything advanced.
Aaron Meurer On Fri, May 16, 2014 at 3:45 PM, Alan Bromborsky <[email protected]> wrote: > I am documenting with Python-Sphinx, but I cannot find a reference how to > caption, number, and reference a table. Would someone please send me a > simple example. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/537686ED.6060904%40verizon.net. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6KGXjWYGfCRcsTQLwpVdqzMdS%2BVH-CyFvwgC-cKrMJtOQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
