summaryrefslogtreecommitdiff
path: root/docs/develop
diff options
context:
space:
mode:
Diffstat (limited to 'docs/develop')
-rw-r--r--docs/develop/gettingstarted.rst3
-rw-r--r--docs/develop/optimizations.rst2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst
index 000b7d613..c2d3816d4 100644
--- a/docs/develop/gettingstarted.rst
+++ b/docs/develop/gettingstarted.rst
@@ -322,7 +322,8 @@ tests
tools
- Contains helper tools including the ``upip`` and the ``pyboard.py`` module.
+ Contains scripts used by the build and CI process, as well as user tools such
+ as ``pyboard.py`` and ``mpremote``.
examples
diff --git a/docs/develop/optimizations.rst b/docs/develop/optimizations.rst
index d972cde66..7f2c8cbe7 100644
--- a/docs/develop/optimizations.rst
+++ b/docs/develop/optimizations.rst
@@ -25,6 +25,8 @@ into the firmware image as part of the main firmware compilation process, which
the bytecode will be executed from ROM. This can lead to a significant memory saving, and
reduce heap fragmentation.
+See :ref:`manifest` for more information.
+
Variables
---------