From 2eb578ecb5b59ab4f016e2b6b26a3a143dc1e524 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 2 Feb 2016 13:06:03 -0800 Subject: [PATCH] Decrease toc depth and highlight general contribution docs --- docs/source/development_intro.rst | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/source/development_intro.rst b/docs/source/development_intro.rst index cba2e0053..26adc8315 100644 --- a/docs/source/development_intro.rst +++ b/docs/source/development_intro.rst @@ -8,10 +8,30 @@ development environment, how to contribute, and technical aspects of contributing. +Notebook project developer guides +--------------------------------- +These guides provide information about specific topics related to developing +the Notebook. + .. toctree:: - :maxdepth: 2 + :maxdepth: 1 development_js development_release development_faq + +Jupyter developer guides +------------------------ +The Project Jupyter organization has more general documentation about +contributing to Jupyter projects. Currently, this is available in the Jupyter +documentation in the +[Developer Documentation](https://jupyter.readthedocs.org/en/latest/#dev-docs) +section. + +Some of the topics include: +- Submitting a Bug +- Submitting an Enhancement Proposal +- Contributing to the Documentation +- Git and Github Resources +- Contributing to the Code \ No newline at end of file