From e36b4e0ce9940e21f3a4f2c78ddad295fb61ee24 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 18 Jan 2023 19:18:32 -0600 Subject: devel-docs: Organize the table of contents in groups based on interest Part-of: --- devel-docs/index.rst | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'devel-docs') diff --git a/devel-docs/index.rst b/devel-docs/index.rst index 34625c15..9d9ea374 100644 --- a/devel-docs/index.rst +++ b/devel-docs/index.rst @@ -2,21 +2,42 @@ Development guide for librsvg ============================= .. toctree:: + :caption: For Distributors and end users + :maxdepth: 1 + product roadmap + +.. toctree:: + :caption: Getting started as a Contributor + :maxdepth: 1 + devel_environment + contributing + +.. toctree:: + :caption: Understand the code + :maxdepth: 1 + architecture adding_a_property memory_leaks - contributing - ci + +.. toctree:: + :caption: Design documents + :maxdepth: 1 + text_layout render_tree api_observability performance_tracking - releasing + +.. toctree:: + :caption: Info for Maintainers :maxdepth: 1 - :caption: Contents: + + releasing + Continuous Integration Welcome to the developer's guide for librsvg. This is for people who want to work on the development of librsvg itself, not for users of @@ -80,6 +101,7 @@ Information for maintainers --------------------------- - :doc:`releasing` +- :doc:`ci` Overview of the maintainer's workflow. -- cgit v1.2.1