Make search / include path one level deeper to prepare for moving documentation into new dedicated folders per a language version

This commit is contained in:
krzychb
2018-02-03 22:12:13 +01:00
parent 12b4e416e6
commit c8d8cdbf38
10 changed files with 101 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
.. include:: ../../../components/nvs_flash/README.rst
.. include:: ../../../../components/nvs_flash/README.rst
Application Example
-------------------

View File

@@ -1,4 +1,4 @@
.. include:: ../../../components/spi_flash/README.rst
.. include:: ../../../../components/spi_flash/README.rst
See also
--------

View File

@@ -1,11 +1,11 @@
.. include:: ../../../components/vfs/README.rst
.. include:: ../../../../components/vfs/README.rst
Application Example
-------------------
`Instructions`_
.. _Instructions: ../template.html
.. _Instructions: ../../template.html
API Reference
-------------

View File

@@ -1,4 +1,4 @@
.. include:: ../../../components/wear_levelling/README.rst
.. include:: ../../../../components/wear_levelling/README.rst
See also
--------

View File

@@ -1,4 +1,4 @@
.. include:: ../../../components/log/README.rst
.. include:: ../../../../components/log/README.rst
Application Example
-------------------