Skip to content

Commit c8a48e6

Browse files
committed
Add image widths
1 parent b07a532 commit c8a48e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/contributing/docs/style.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,21 @@ Lists and tables help split heavy content into manageable chunks.
106106

107107
To make tables maintainable and easy to translate,
108108
use the ``list-table`` directive, as described in the Tarantool
109-
:doc:`table markup reference </contributing/docs/markup/tables>`__.
109+
:doc:`table markup reference </contributing/docs/markup/tables>`.
110110

111111
Translators find it hard to work with content "drawn" with ASCII characters,
112112
because it requires adjusting the number of spaces and manually counting characters.
113113

114114
Bad example:
115115

116116
.. image:: images/dont.png
117+
:width: 400
117118
:alt: Don't "draw" tables with ASCII characters
118119

119120
Good example:
120121

121122
.. image:: images/do.png
123+
:width: 400
122124
:alt: Use the "list-table" directive instead
123125

124126

0 commit comments

Comments
 (0)