Discussion:
[Docutils-develop] reStructuredText document error / typo
Benjamin Peng
2017-03-12 04:21:16 UTC
Permalink
Location: http://docutils.sourceforge.net/docs/ref/rst/directives.html#table


What is says:

.. table:: Truth table for "not"

:widths: auto

===== =====
A not A
===== =====
False True
True False
===== =====

What is should be:

.. table:: Truth table for "not"
:widths: auto

===== =====
A not A
===== =====
False True
True False
===== =====

There shiould be no space line between ".. table::" and ":widths:".

Regards,

Ben
Guenter Milde
2017-03-12 16:16:23 UTC
Permalink
Post by Benjamin Peng
http://docutils.sourceforge.net/docs/ref/rst/directives.html#table
...
Post by Benjamin Peng
There should be no space line between ".. table::" and ":widths:".
Thank you for reporting. This is now fixed in the SVN repo.

regards,
Günter


------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Docutils-develop mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-develop

Please use "Reply All"

Loading...