tbldata

The tbldata directive (abbreviation for “table data”) is used to specify data values that are included in to the summary table (defined by the tblrender directive) along with citation(s) to publications from which the values were found. There can be multiple tbldata directives for each tblrender directive (each tbldata directive specifying additional data values). The tbldata directive has the following format:

.. tbldata:: <table_name>
   :id_prefix: <id_prefix>

   <row title>   | <expanded col title>   | Value       | Reference
   <row label-a> | <col label a>          | <value a>   | <reference a>
   <row label-b> | <col label b>          | <value b>   | <reference b>
   <row label-c> | <col label c>          | <value c>   | <reference c>
       .               .                       .             .
       .               .                       .             .
       .               .                       .             .


Text describing the data (optional)


.. footbibliography::

The entities in angle brackets are:

<table_name>

Name of the summary table (used in the tblrender directive).

<id_prefix>

A short prefix (for example ‘a’, ‘b’, ‘gr’) which will be used to make an id (e.g. a1, a2, a3 …) associated with the row in the table. It will be displayed as the link after the data value in the summary table and link to the source table. The prefix should be unique for each source table.

<row title>

The row title specified in the tblrender directive.

<expanded col title>

Either the <expanded_col_title> or the <col title> specified in the tblrender directive. (Either one is allowed, whatever seems most understandable should be used).

<row label-a>

A <row label> in the summary table.

<col label a>

A <col label> in the summary table.

<value a>

A value to be inserted into the summary table for the specified <row label-a> and <col label a>.

<reference a>

A reference (bibtex citation id) or a list of references, seperated by spaces or commas.

An example is shown below:

.. tbldata:: table_loebner_fig2a
   :id_prefix: b

   Source cell | Cell count or Target cell   | Value       | Reference
   basket      | Cell count                  | 7.5x10^6    | LoebnerEE-1989
   basket      | purkinje                    | 9, 7.5x10^6 | LoebnerEE-1989


Some text describing basket cells.


.. footbibliography::

This is combined with the Example tblrender directive on the previous page to generate:

Data for table Cells and connections in cat

The following table has data and references for table Cells and connections in cat. Values are either a Cell count, or FO,FI where FO is fan-out (number of target cells each source cell contacts) and FI is fan-in (number of source cells going to each target cell).

Id

Source cell

Cell count or Target cell

Value

Reference

b1

basket

Cell count

7.5x10^6

[LoebnerEE-1989] 1

b2

basket

purkinje

9, 7.5x10^6

[LoebnerEE-1989] 1

Some text describing basket cells.

1(1,2)

EE Loebner. Intelligent network management and functional cerebellum synthesis. In Raugh MR, editor, Cerebellar Models of Associative Memory: Three papers from IEEE COMPCON SPRING ‘89, pages 14–19. Research Institute for Advanced Computer Science, NASA Ames Research Center, 1989. PDF: LoebnerEE-1989.pdf, Notes: LoebnerEE-1989.html.