Merge pull request #889 from willingc/docs-rc

Update docs for 4.1.0rc1 and add development FAQ
pull/890/head
Min RK 10 years ago
commit 2a31d65a58

@ -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.

@ -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``

@ -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.x` ** 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

Loading…
Cancel
Save