diff options
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index ac57fdb8f3..3edffbc637 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -10,9 +10,11 @@ Implementation :maxdepth: 1 commands + driver-model/index global_data logging menus + uefi/index version Debugging @@ -24,6 +26,14 @@ Debugging crash_dumps trace +Packaging +--------- + +.. toctree:: + :maxdepth: 1 + + package/index + Testing ------- @@ -33,3 +43,5 @@ Testing coccinelle testing py_testing + tests_writing + tests_sandbox |