This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Figure directive not handled for latex writing in Sphinx
Type: Stage:
Components: Documentation tools (Sphinx) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: aafshar, georg.brandl
Priority: normal Keywords: patch

Created on 2008-05-08 20:11 by aafshar, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
latex-figure.diff aafshar, 2008-05-08 20:11 Patch to add writing of figure directive and embedded caption
Messages (2)
msg66437 - (view) Author: Ali Afshar (aafshar) Date: 2008-05-08 20:11
.. figure:: directive is not handled when writing to latex, and this
directive seems the only way to have a captioned image in rst.

I have added a patch that simply handles the figure, and captions.

Note that figures have an additional component of "legends" but I can't
seem to work out what these are.
msg66944 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-16 13:36
Thanks, committed as r63372.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47043
2008-05-16 13:36:58georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg66944
2008-05-08 20:11:25aafsharcreate