I am making a document with many tables. But, the only way I know how to refer to them in the text is with a :ref:'my_table' and that puts the entire table name, "The long title of my table" in my text block. I would rather have it put in "Table 1.3" instead ... is that possible?

.. _my_table:

.. csv-table:: The long title of my table :file: my_table.csv :header-rows: 1

A separate but table related questions: is there a sphinx/docutils option for putting the table name/caption at the bottom rather than the top or is that a stylesheet/latex thing?

Thanks,

justin

link|improve this question

This question is already under your account. Perhaps you mean a different question? – NullUserException Jan 21 at 23:38
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.