summaryrefslogtreecommitdiff
path: root/sandbox/paultremblay/python_interface/test_files/table_csv.rst
blob: f1a61077fca05978598e67c3ef19e6262bd6c2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Text before the table.

.. csv-table:: Frozen Delights!
   :header: "Treat", "Quantity", "Description"
   :widths: 15, 10, 30

   "Albatross", 2.99, "On a stick!"
   "Crunchy Frog", 1.49, "If we took the bones out, it wouldn't be
   crunchy, now would it?"
   "Gannet Ripple", 1.99, "On a stick!"

Text after the table.