I had a question regarding a change that was worked on in 2009. The submit
is here :
http://hg.connectmv.com/hgweb.cgi/sphinx/file/55d79f78efa8/sphinx/directives/other.py
Brief summary: I have a long table spanning multiple pages so I use the ..
cssclass:: longtable directive. But then I am not able to control the width
of my columns using the tabularcolumn directive.
-----
Sree,
I use the longtable class and am also able to control the column widths
using tabular columns.
.. tabularcolumns:: |p{1.5cm}|p{2.0cm}|p{8.5cm}|p{3.5cm}|
.. _referenceNAME:
.. list-table:: Enter Title
:widths: 10 15 50 25
:header-rows: 1
:class: longtable
* - NAME
- DEFAULT
- DESCRIPTION
- UNITS
* - Item 1
- Sample Content
- Additional sample content
- And more here
* (content continues)
Kathy
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sphinx-users?hl=en.