|
65.
|
|
|
**todo**: for keeping a running ToDo list. ToDo lists are currently disabled.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:117
|
|
66.
|
|
|
Conventions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:120
|
|
67.
|
|
|
**Languages that do not use spaces between words**
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:123
|
|
68.
|
|
|
Sphinx assumes that there is always a space before a command starts and after one ends. That is the only way that it has to recognize the markup characters as ones that tell Sphinx what to do.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:125
|
|
69.
|
|
|
This poses a problem in languages such as Japanese as there are no spaces between words.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:127
|
|
70.
|
|
|
You do need to put spaces into the text though. Otherwise, formatting won't happen, index entries won't get created, and substitutions are not done. Thus, replicate the spacing that you see in the English version. For example, put a space:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:129
|
|
71.
|
|
|
before and after a substitution such as ``|edit|``,
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:131
|
|
72.
|
|
|
before ``:index:`` and ``:ref:`` and when the index entry or reference ends.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:132
|
|
73.
|
|
|
before ``*`` when it is followed by a word and after the closing ``*``, e.g. ``*word*`` because that indicates that the formatting is changed to *word*. The same goes for words that begin and end with ``**``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:133
|
|
74.
|
|
|
Each section that is related to a navigation menu item should have the path listed, e.g. *Main menu → Create → Files*. It is best if you copy the arrow to get the correct one.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/documentation_info.rst:135
|