mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Documentation: Remove all tail spaces from *.rst and *.html
by the below command:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Brennan Ashton
parent
a066186127
commit
598e3eedb4
@@ -1,12 +1,12 @@
|
||||
.. note::
|
||||
The present documentation is a recent addition to NuttX and was migrated from previous
|
||||
The present documentation is a recent addition to NuttX and was migrated from previous
|
||||
documentation content. For this reason, it is possible you may find broken links or
|
||||
formatting errors. You can help contribute fixes or improvements to this documentation
|
||||
by following these :doc:`instructions <contributing/documentation>`.
|
||||
|
||||
.. tip::
|
||||
You can find the old documentation `here <https://cwiki.apache.org/confluence/display/NUTTX/Documentation>`_.
|
||||
|
||||
You can find the old documentation `here <https://cwiki.apache.org/confluence/display/NUTTX/Documentation>`_.
|
||||
|
||||
===================
|
||||
NuttX Documentation
|
||||
===================
|
||||
@@ -31,5 +31,5 @@ Last Updated: |today|
|
||||
releases/index.rst
|
||||
contributing/index.rst
|
||||
glossary.rst
|
||||
|
||||
|
||||
.. include:: substitutions.rst
|
||||
|
||||
Reference in New Issue
Block a user