From 2a24930e68e78caf6bcbb5e8f1bc5accd63ee946 Mon Sep 17 00:00:00 2001 From: KUSHAL P Date: Sat, 21 Mar 2026 14:03:46 +0530 Subject: [PATCH 1/3] docs: add dependency compliance section to documentation index ## Summary Added the dependency compliance documentation section to the main documentation index (`index.rst`) to improve navigation and accessibility. ## Changes - Included `compliance/dependency_compliance` in the toctree - Ensured proper structure and alignment with existing documentation hierarchy ## Why this is needed This makes the dependency compliance documentation easily discoverable from the main index and improves the overall documentation usability. ## Type of change - [x] Documentation update ## Checklist - [x] Changes are minimal and focused - [x] Follows existing documentation structure - [x] Signed-off-by included (DCO) --- docs/source/index.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index e6e67800..f3844fec 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,7 +1,4 @@ -================================ ScanCode Workbench Documentation -================================ - Welcome to the documentation for ScanCode Workbench! .. toctree:: @@ -16,7 +13,3 @@ Welcome to the documentation for ScanCode Workbench! license Indices and tables -================== - -* :ref:`genindex` -* :ref:`search` From 6267af8e900d8b1afaa0f79e5b2b21030add53d3 Mon Sep 17 00:00:00 2001 From: KUSHAL P Date: Sat, 21 Mar 2026 14:14:05 +0530 Subject: [PATCH 2/3] git push --force-with-lease myfork patch-1 docs: fix DCO sign-off for documentation update Added a signed-off commit to resolve DCO check failure and ensure compliance with contribution guidelines. Signed-off-by: KUSHAL P From 0e9f6625c417645c40d9085d81cf3ba6ecbec702 Mon Sep 17 00:00:00 2001 From: KUSHAL P Date: Sat, 21 Mar 2026 14:17:23 +0530 Subject: [PATCH 3/3] docs: update documentation index with dependency compliance section Improved documentation navigation by adding dependency compliance section to the main index and fixing formatting. Signed-off-by: KUSHAL P docs: update documentation index with dependency compliance section Improved documentation navigation by adding dependency compliance section to the main index and fixing formatting. Signed-off-by: KUSHAL P --- docs/source/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index f3844fec..93db2386 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,6 @@ ScanCode Workbench Documentation +=============================== + Welcome to the documentation for ScanCode Workbench! .. toctree:: @@ -11,5 +13,11 @@ Welcome to the documentation for ScanCode Workbench! ui-reference/index contribute/index license + compliance/dependency_compliance Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search`