doc: refactor table numbers into references
authorJohn McNamara <john.mcnamara@intel.com>
Mon, 18 May 2015 11:34:07 +0000 (12:34 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 25 May 2015 13:59:36 +0000 (15:59 +0200)
commit8c9a33744bf790f106084fc4fdbc7ff27bebe677
treec11c3856a20ed9b68bf06e32c937f18dd924afac
parent4a22e6ee3d2f8be8afd5b374a8916e232ab7fe97
doc: refactor table numbers into references

This change adds automatic table references to the docs. The
table numbers in the generated Html and PDF docs are now
automatically numbered based on section.

Requires Sphinx >= 1.3.1.

This change:

* Adds a RST table:: directive to each table caption.

* Indents the tables to the required directive level.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
doc/guides/prog_guide/index.rst
doc/guides/prog_guide/packet_framework.rst
doc/guides/prog_guide/qos_framework.rst
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/qos_metering.rst
doc/guides/sample_app_ug/qos_scheduler.rst
doc/guides/sample_app_ug/test_pipeline.rst