[rst/en] Make formatting in comments consistent

Made formatting in comments consistent by adding 2 periods
This commit is contained in:
taivlam 2022-01-16 02:57:16 +00:00 committed by GitHub
parent 442f4a679c
commit a667cf9997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ $ pip install docutils
A simple example of the file syntax:
```
.. Lines starting with two dots are special commands. But if no command can be found, the line is considered as a comment
.. Lines starting with two dots are special commands. But if no command can be found, the line is considered as a comment.
=========================================================
Main titles are written using equals signs over and under
@ -80,12 +80,12 @@ France Paris
Japan Tokyo
=========== ========
More complex tables can be done easily (merged columns and/or rows) but I suggest you to read the complete doc for this :)
More complex tables can be done easily (merged columns and/or rows) but I suggest you to read the complete doc for this. :)
There are multiple ways to make links:
- By adding an underscore after a word : Github_ and by adding the target URL after the text (this way has the advantage of not inserting unnecessary URLs in the visible text).
- By typing a full comprehensible URL : https://github.com/ (will be automatically converted to a link)
- By typing a full comprehensible URL : https://github.com/ (will be automatically converted to a link).
- By making a more Markdown-like link: `Github <https://github.com/>`_ .
.. _Github: https://github.com/