From 02b1769e5db34280279fcbe8112e7dbeea3c8e32 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 10 Sep 2020 08:50:03 -0500 Subject: [PATCH] Embed frontend_config toctree in config_overview The section `Notebook front-end client` in the config overview page was essentially a toc tree except the sub-section links went to the top of the frontend_config page rather than the real sub-sections in that page because they all used the same reference. Rather than create a unique reference for each sub-section in the frontend_config page, this simply embeds the frontend_config toctree within the config_overview page which essentially has the same effect. Closes #5740 --- docs/source/config_overview.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/source/config_overview.rst b/docs/source/config_overview.rst index ce4fc0894a..5e7f9e5000 100644 --- a/docs/source/config_overview.rst +++ b/docs/source/config_overview.rst @@ -54,12 +54,11 @@ front-end Notebook client (i.e. the familiar notebook interface). Notebook front-end client ------------------------- -- :ref:`How front-end configuration works ` - * :ref:`Example: Changing the notebook's default indentation setting - ` - * :ref:`Example: Restoring the notebook's default indentation setting - ` -- :ref:`Persisting configuration settings ` + +.. toctree:: + :maxdepth: 2 + + frontend_config .. _configure_nbextensions: