【发布时间】:2017-07-06 16:43:19
【问题描述】:
我无法选择在 sphinx 中对齐图形的图例文本。
.. figure:: check_validity.png
:align: center
..
Left: the source layer
Right: in blue the valid layer, in green the invalid layer and in red the error
layer
这是结果:
但我想让两个标题都左对齐。不使用表格可以吗?
【问题讨论】:
-
您想将图像相对于页面居中对齐吗?对于文本,您要相对于页面还是图像左对齐?
-
我想将文本相对于图像左对齐。你知道这是否可能吗?
标签: python-sphinx restructuredtext