Is there a way to reference Sphinx tables the following way:
.. table Supertable
+--------+----+
|Foo |Bar |
+--------+----+
And then:
:table:`Supertable`
And magic! The problem is, that there are certain tables, that could be referenced throughout one document and such linking could come very useful.
On a side note the approach I've illustrated my question with doesn't work.
Also, as another part of the same question, is there a way to automatically numerate the tables? I'm pretty positive I've seen one somewhere, but it could be something manual. I mean like in:
Table 11: Consumption of peanut butter by the state..
This functionality, if available at all, is eluding me.