From 35f7e521626b0c40ed82a80fc828b897fb61765a Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 22 Dec 2015 04:34:50 -0800 Subject: [PATCH 1/2] Update for 4.1.0rc1 and add FAQ --- docs/source/conf.py | 4 ++-- docs/source/development_faq.rst | 8 ++++++++ docs/source/index.rst | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 docs/source/development_faq.rst diff --git a/docs/source/conf.py b/docs/source/conf.py index 30f85a2fe..01bb7a7bc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -92,9 +92,9 @@ author = 'The Jupyter Team' # built documents. # # The short X.Y version. -version = '4.0.0.dev' +version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.0.0.dev' +release = '4.1.0rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/development_faq.rst b/docs/source/development_faq.rst new file mode 100644 index 000000000..89fc4ae61 --- /dev/null +++ b/docs/source/development_faq.rst @@ -0,0 +1,8 @@ +.. _development_faq: + +Developer FAQ +============= + +1. How do I install a pre-release version such as a beta or release candidate? + + ``python -m pip install notebook --pre --upgrade`` diff --git a/docs/source/index.rst b/docs/source/index.rst index 869662e87..cbeaaca52 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ The Jupyter notebook ==================== .. sidebar:: What's New in Jupyter Notebook - :subtitle: :ref:`release-4.1.x` **Beta 4.1.0b** + :subtitle: :ref:`release-4.1` ** Release candidate 4.1.0rc1** - Cell toolbar selector moved to View menu - Restart & Run All Cells added to Kernel menu @@ -11,6 +11,9 @@ The Jupyter notebook - Command palette added for executing Jupyter actions - Find and replace added to Edit menu + To install release candidate: + ``python -m pip install notebook --pre --upgrade`` + .. toctree:: :maxdepth: 1 :caption: User Documentation @@ -35,6 +38,7 @@ The Jupyter notebook :caption: Developer Documentation development_js + development_faq .. toctree:: :maxdepth: 1 From 7346b4c5bc2031a812d6fff6bd6f0c09a54c3f6e Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 22 Dec 2015 04:45:26 -0800 Subject: [PATCH 2/2] Correct link --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index cbeaaca52..fe0f076fe 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ The Jupyter notebook ==================== .. sidebar:: What's New in Jupyter Notebook - :subtitle: :ref:`release-4.1` ** Release candidate 4.1.0rc1** + :subtitle: :ref:`release-4.1.x` ** Release candidate 4.1.0rc1** - Cell toolbar selector moved to View menu - Restart & Run All Cells added to Kernel menu