diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index a5f0a63..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-language: python
-sudo: false
-
-matrix:
- include:
- - python: 3.4
-
-install:
- - pip install sphinx
-
-script:
- - git config --global user.email "TravisBot@nomail"
- - git config --global user.name "TravisBot"
- - git config --global push.default simple
- - make gh-pages
- - true #change for real tests like linkcheck.
-
-after_success:
- |
- if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_BRANCH == 'master' ]]; then
- echo "Will build Documentation"
- # shoudl decrypt ssh key
- openssl aes-256-cbc -K $encrypted_7d2843e800b0_key -iv $encrypted_7d2843e800b0_iv -in .travis/travis_id_rsa_2048.enc -out .travis/travis_id_rsa_2048 -d
- eval `ssh-agent -s`
- chmod 600 .travis/travis_id_rsa_2048
- ssh-add .travis/travis_id_rsa_2048
- cd gh-pages
- git push ghpages
- else
- echo "Will only deploy docs build from ipython-website master branch"
- fi
diff --git a/.travis/travis_id_rsa_2048.enc b/.travis/travis_id_rsa_2048.enc
deleted file mode 100644
index 8e1ce53..0000000
Binary files a/.travis/travis_id_rsa_2048.enc and /dev/null differ
diff --git a/.travis/travis_id_rsa_2048.pub b/.travis/travis_id_rsa_2048.pub
deleted file mode 100644
index 2f9982e..0000000
--- a/.travis/travis_id_rsa_2048.pub
+++ /dev/null
@@ -1 +0,0 @@
-ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyUmLz7Xl7lrJv/LF5EvNhKiHILRlGZ/E/u0nZzIRtA/8eimVBf3OdJrRLFeCmUjm6SeHmAe7X6qDE2E6GYro1REg2JmaDJ2mH8Ao2KwwmfdvIU9NmiVh1HuOMUmAX0FEa9cPV4POvs7lYJi5y4ZjR19bp8y0bv4sqkxvFYYKfwzz9k3jKR+yaPZRodDZb66gZNnlRP9409Y53sGp2dtNmTP5aTS/RDDjgJMPWEiqFpEckM+4l6W3yonkhvbIVEBBw2BKPqiIzkgOgiwcenLqFOHCVzWAFwf7oMMqO1KkqthIJD6VAuASgZuQSl1UlToDk6M2JXzojp+v1tvwqopAz Travis key to upload website
diff --git a/README.md b/README.md
index c11ccf7..c643306 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Deployment
-Travis-CI should automatically deploy the website a few minutes after
+Travis-CI should automatically deploy the website few minutes after
the branches are merged or pushed on master, so you shouldn't need to
worry about the building process.
diff --git a/_static/ipython-cookbook-2nd.png b/_static/ipython-cookbook-2nd.png
new file mode 100644
index 0000000..be5dfee
Binary files /dev/null and b/_static/ipython-cookbook-2nd.png differ
diff --git a/_templates/donate_button.html b/_templates/donate_button.html
deleted file mode 100644
index b3ec369..0000000
--- a/_templates/donate_button.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Donate Now
diff --git a/_templates/gse.html b/_templates/gse.html
deleted file mode 100644
index 81ebbba..0000000
--- a/_templates/gse.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{%- block gsearch %}
-
-{%- endblock %}
diff --git a/_templates/sidebar_links.html b/_templates/sidebar_links.html
index f7bb269..3bcd423 100644
--- a/_templates/sidebar_links.html
+++ b/_templates/sidebar_links.html
@@ -1,12 +1,5 @@
{%- block sidebarlinks %}
-
-
-
-
-
-
-
-
{%- endblock %}
diff --git a/books.rst b/books.rst
index 94d2218..ed5ee9c 100644
--- a/books.rst
+++ b/books.rst
@@ -3,6 +3,30 @@ Books And Videos
================
+
+IPython Interactive Computing and Visualization Cookbook, Second Edition
+------------------------------------------------------------------------
+
+.. image:: _static/ipython-cookbook-2nd.png
+ :width: 200px
+ :alt: IPython Cookbook, Second Edition, by Cyrille Rossant
+ :target: _static/ipython-cookbook-2nd.png
+
+* `IPython Interactive Computing and Visualization Cookbook, Second Edition `_
+* By `Cyrille Rossant `_
+* 548 pages
+* Packt Publishing
+* January 2018
+
+
+Python is one of the leading open source platforms for data science and numerical computing. IPython and the associated Jupyter Notebook offer efficient interfaces to Python for data analysis and interactive visualization, and they constitute an ideal gateway to the platform.
+
+IPython Interactive Computing and Visualization Cookbook, Second Edition contains many ready-to-use, focused recipes for high-performance scientific computing and data analysis, from the latest IPython/Jupyter features to the most advanced tricks, to help you write better and faster code. You will apply these state-of-the-art methods to various real-world examples, illustrating topics in applied mathematics, scientific modeling, and machine learning.
+
+The first part of the book covers programming techniques: code quality and reproducibility, code optimization, high-performance computing through just-in-time compilation, parallel computing, and graphics card programming. The second part tackles data science, statistics, machine learning, signal and image processing, dynamical systems, and pure and applied mathematics.
+
+
+
Jupyter for Data Science
------------------------
diff --git a/citing.rst b/citing.rst
index a022def..225e809 100644
--- a/citing.rst
+++ b/citing.rst
@@ -17,7 +17,7 @@ a BibTex and a plaintext reference you can use::
Pages = {21--29},
month = may,
year = 2007,
- url = "http://ipython.org/",
+ url = "https://ipython.org/",
ISSN = "1521-9615",
doi = {10.1109/MCSE.2007.53},
publisher = {IEEE Computer Society},
@@ -27,6 +27,6 @@ or in plaintext:
Fernando Pérez, Brian E. Granger, *IPython: A System for Interactive
Scientific Computing*, Computing in Science and Engineering, vol. 9, no. 3,
- pp. 21-29, May/June 2007, doi:10.1109/MCSE.2007.53. URL: http://ipython.org
+ pp. 21-29, May/June 2007, doi:10.1109/MCSE.2007.53. URL: https://ipython.org
Thank you!
diff --git a/conf.py b/conf.py
index 8d4eb33..cb153e9 100644
--- a/conf.py
+++ b/conf.py
@@ -16,7 +16,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path.append(os.path.abspath('sphinxext'))
+#sys.path.append(os.path.abspath('sphinxext'))
# -- General configuration -----------------------------------------------------
@@ -25,7 +25,6 @@
extensions = ['sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.ifconfig',
- 'googleanalytics',
#'ipython_console_highlighting',
]
@@ -43,8 +42,8 @@
master_doc = 'index'
# General information about the project.
-project = u'IPython'
-copyright = u'the IPython development team'
+project = "IPython"
+copyright = "the IPython development team. Python is trademark of the Python Software Foundation"
# google analytics id
googleanalytics_id = 'UA-38683231-1'
@@ -154,9 +153,9 @@
# TODO: split this up into several chunks
html_sidebars = {
- '**': ['gse.html', 'sidebar_links.html'],
- 'searchresults': ['sidebar_links.html'],
- }
+ "**": ["sidebar_links.html"],
+ "searchresults": ["sidebar_links.html"],
+}
# Additional templates that should be rendered to pages, maps page names to
# template names.
diff --git a/documentation.rst b/documentation.rst
index 74cd747..3b7eed3 100644
--- a/documentation.rst
+++ b/documentation.rst
@@ -33,17 +33,17 @@ and now have their own documentation.
Documentation for older releases
--------------------------------
-* `3.x `__
-* `2.x `__
-* `1.x `__
-* `0.13.2 `__
-* `0.13.1 `__
-* `0.13 `__
-* `0.12.1 `__
-* `0.12 `__
-* 0.11: `HTML `__ and `PDF `__.
-* 0.10.2: `HTML `__ and `PDF `__.
-* 0.10.1: `HTML `__ and `PDF `__.
-* 0.10: `HTML `__ and `PDF `__.
-* 0.9.1: `HTML `__ and `PDF `__.
-* 0.9: `HTML `__ and `PDF `__.
+* `3.x `__
+* `2.x `__
+* `1.x `__
+* `0.13.2 `__
+* `0.13.1 `__
+* `0.13 `__
+* `0.12.1 `__
+* `0.12 `__
+* 0.11: `HTML `__ and `PDF `__.
+* 0.10.2: `HTML `__ and `PDF `__.
+* 0.10.1: `HTML `__ and `PDF `__.
+* 0.10: `HTML `__ and `PDF `__.
+* 0.9.1: `HTML `__ and `PDF `__.
+* 0.9: `HTML `__ and `PDF `__.
diff --git a/donate.rst b/donate.rst
index 6a426df..f923ae6 100644
--- a/donate.rst
+++ b/donate.rst
@@ -11,41 +11,3 @@ and this fact hinders our development capabilities.
If you have found IPython to be useful in your work, research or company,
please consider making a donation to the project commensurate with your
resources. Any amount helps!
-
-.. raw:: html
-
-
- Donate Now
-
-
-
-All donations will be used strictly to fund IPython development, by supporting
-tasks such as developer sprints, better installers, improved documentation and
-paying for hosting costs for services such as the `IPython Notebook Viewer
-`_.
-
-Our donations are managed by the NumFOCUS_ foundation, which passes 100% of your
-contribution to the IPython project. NumFOCUS is a 501(c)3 non-profit
-foundation, so if you are subject to US Tax law, your contributions will be
-tax-deductible.
-
-
-.. _NumFOCUS: http://numfocus.org
diff --git a/faq.rst b/faq.rst
index 90b7108..1beb534 100644
--- a/faq.rst
+++ b/faq.rst
@@ -2,7 +2,7 @@
FAQ
===
-If your question isn't answered below, check `the docs `_, then ask on the `mailing list `_.
+If your question isn't answered below, check `the docs `_, then ask on the `mailing list `_.
.. contents::
:local:
@@ -42,12 +42,12 @@ Does IPython play well with Windows?
------------------------------------
Yes, it most definitely does! There are some things that should be noted: `see
-the installation documentation `_.
+the installation documentation `_.
What is the best way to install IPython?
----------------------------------------
-See `the installation documentation `_ for full details.
+See `the installation documentation `_ for full details.
The standard Python installation mechanisms (``setup.py``, ``pip`` or ``easy_install``) all work for installing IPython to use in a terminal. Windows users are best off installing `distribute `_, then running the .exe installer, to create start menu shortcuts.
diff --git a/index.rst b/index.rst
index e5e1e28..c0e7379 100644
--- a/index.rst
+++ b/index.rst
@@ -13,9 +13,9 @@ IPython provides a rich architecture for interactive computing with:
.. _notebook: notebook.html
-.. _gui toolkits: http://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support
+.. _gui toolkits: https://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support
-.. _embeddable: http://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython
+.. _embeddable: https://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython
.. _parallel computing: https://ipyparallel.readthedocs.io/en/latest/
@@ -24,9 +24,9 @@ collection`_. Our `notebook gallery`__ is an excellent way to see the many
things you can do with IPython while learning about a variety of topics, from
basic programming to advanced statistics or quantum mechanics.
-.. _official example collection: http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb
+.. _official example collection: https://nbviewer.org/github/ipython/ipython/blob/6.x/examples/IPython%20Kernel/Index.ipynb
-.. __: https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks
+.. __: https://github.com/jupyter/jupyter/wiki
To learn more about IPython, you can download our :doc:`talks and presentations
`, or read
@@ -58,8 +58,47 @@ part of which is providing a Python kernel for Jupyter.
Announcements
=============
-- **IPython 6.3**, and **IPython 5.6**: These two releases were made on April
- 2nd 2018.
+IPython tends to be released on the last Friday of each month, this section updated rarely. Please have a look at the release history on `PyPI `_.
+
+- **IPython 7.12.0**: Released on Jan 31st 2020.
+
+- **IPython 7.11.0 and 7.11.1**: Released on Dec 27, 2019 and Jan 1st 2020
+
+- **IPython 7.10.0 and 7.10.1**: Released on Nov 27, 2019 and Dec 1st 2019
+
+- **IPython 7.9.0**: Released on Oct 25, 2019
+
+- **IPython 7.8.0**: Released on Aug 30, 2019
+
+- **IPython 7.7.0**: Released on Jul 26, 2019
+
+- **IPython 7.6.0 and 7.6.1**: Released on June 28th, and July 3rd 2019.
+
+- **IPython 7.5**: fixes to issues brought by 7.4, documentation changes and other minor updates (April 25, 2019)
+
+- **IPython 7.4**: improvements to the completion system and miscellaneous fixes (March 21, 2019)
+
+- **IPython 7.3**: several bugfixes, minor improvements and Python 3.8 support (February 18, 2019)
+
+- **IPython 7.2**: minor bugfixes, improvements, and new configuration options
+ (November 29, 2018)
+
+- **IPython 7.1**: fixes to new features, internal refactoring,
+ and fixes for regressions (October 27, 2018)
+
+- **IPython 7.0**: major new features (September 27th, 2018).
+ See the `release notes
+ `__
+ for more information about what's new.
+
+- **IPython 6.5**: minor bugfixes and Python 3.7 compatibility (July 28, 2018)
+
+- **IPython 5.8**: minor bugfixes (July 28, 2018)
+
+- **IPython 6.4** and **IPython 5.7**: minor bugfixes (May 10, 2018)
+
+- **IPython 6.3** and **IPython 5.6**: new features and bugfixes
+ (April 2, 2018)
- **IPython 6.0**: This release, the first to require Python 3, integrates the
Jedi library for completion. See the `release notes
diff --git a/links.txt b/links.txt
index 4f2f73d..30fe940 100644
--- a/links.txt
+++ b/links.txt
@@ -28,7 +28,6 @@
.. _Enthought inc:
.. _Enthought: http://www.enthought.com
.. _Enthought Canopy: http://www.enthought.com/products/canopy/
-.. _numfocus: http://numfocus.org
.. _HPCMP: http://www.hpcmo.hpc.mil
.. _ERDC: http://www.erdc.usace.army.mil
diff --git a/microsoft-donation-2013.rst b/microsoft-donation-2013.rst
index ca67259..1654999 100644
--- a/microsoft-donation-2013.rst
+++ b/microsoft-donation-2013.rst
@@ -9,7 +9,7 @@
We are thrilled to announce that in August 2013, Microsoft made a donation of
$100,000 to sponsor IPython's continued development.
-This donation was received through NumFOCUS_, and is the next step in a
+This donation was received through NumFOCUS, and is the next step in a
fruitful collaboration IPython has had with Microsoft:
- In 2009 we added integration with Windows HPC Server for IPython's parallel
diff --git a/news.rst b/news.rst
index edb7eb7..c534fb7 100644
--- a/news.rst
+++ b/news.rst
@@ -2,10 +2,170 @@
News
====
+
+IPython 7.7 and above
+---------------------
+
+- **IPython 7.12.0**: Released on Jan 31st 2020.
+
+- **IPython 7.11.0 and 7.11.1**: Released on Dec 27, 2019 and Jan 1st 2020
+
+- **IPython 7.10.0 and 7.10.1**: Released on Nov 27, 2019 and Dec 1st 2019
+
+- **IPython 7.9.0**: Released on Oct 25, 2019
+
+- **IPython 7.8.0**: Released on Aug 30, 1019
+
+- **IPython 7.7.0**: Released on Jul 26, 2019
+
+See the `release notes for version 7
+`__
+
+
+
+IPython 7.6
+-----------
+IPython 7.6.0 was released on June 28, 2019; 7.6.1 on July 3rd
+See the `release notes
+`__
+
+.. ::
+ $ shasum -a 256 dist/*
+ 263376e672c7f104fb971c9e1f372441bb34d66dfb7323062f62aa21fa46a377 dist/ipython-7.6.0-py3-none-any.whl
+ 0806894ae78ddb94b530514acc9ab03a928b79374d8630470b439b58383dd7ee dist/ipython-7.6.0.tar.gz
+ 60bc55c2c1d287161191cc2469e73c116d9b634cff25fe214a43cba7cec94c79 dist/ipython-7.6.1-py3-none-any.whl
+ 11067ab11d98b1e6c7f0993506f7a5f8a91af420f7e82be6575fcb7a6ca372a0 dist/ipython-7.6.1.tar.gz
+
+
+IPython 7.5
+-----------
+IPython 7.5 was released on April 25, 2019. It fixes several small issues brought by 7.4, and contains other minor fixes and improvements.
+See the `release notes
+`__
+
+.. ::i
+ $ shasum -a 256 dist/*
+ 54c5a8aa1eadd269ac210b96923688ccf01ebb2d0f21c18c3c717909583579a8 dist/ipython-7.5.0-py3-none-any.whl
+ e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26 dist/ipython-7.5.0.tar.gz
+
+IPython 7.4
+-----------
+IPython 7.4 was released on March 21, 2019. It improves the completion system and fixes several small bugs.
+See the `release notes
+`__
+
+.. ::i
+ $ shasum -a 256 dist/*
+ f5102c1cd67e399ec8ea66bcebe6e3968ea25a8977e53f012963e5affeb1fe38 dist/ipython-7.4.0-py3-none-any.whl
+ b038baa489c38f6d853a3cfc4c635b0cda66f2864d136fe8f40c1a6e334e2a6b dist/ipython-7.4.0.tar.gz
+
+IPython 7.3
+-----------
+IPython 7.3 was released on February 18, 2019. It adds Python 3.8 compatibility and new %pip and %conda magic commands, among the usual bugfixes.
+See the `release notes
+`__
+
+.. ::
+ $ shasum -a 256 dist/*
+ 5d3e020a6b5f29df037555e5c45ab1088d6a7cf3bd84f47e0ba501eeb0c3ec82 dist/ipython-7.3.0-py3-none-any.whl
+ 06de667a9e406924f97781bda22d5d76bfb39762b678762d86a466e63f65dc39 dist/ipython-7.3.0.tar.gz
+
+IPython 7.2
+-----------
+IPython 7.2 was released on November 29, 2018. It includes
+minor bugfixes, improvements, and new configuration options.
+See the `release notes
+`__
+
+.. ::
+ $ shasum -a 256 dist/*
+ f69932b1e806b38a7818d9a1e918e5821b685715040b48e59c657b3c7961b742 dist/ipython-7.2.0-py3-none-any.whl
+ 6a9496209b76463f1dec126ab928919aaf1f55b38beb9219af3fe202f6bbdd12 dist/ipython-7.2.0.tar.gz
+
+IPython 7.1
+-----------
+IPython 7.1 was released on October 27, 2018. It includes
+fixes to new features, internal refactoring, and fixes for regressions.
+See the `release notes
+`__
+
+.. ::
+ $ shasum -a 256 dist/*
+ 107859b062f6360d7bf0063c275511c638b633622954ba9a401ffa4a0c6aba1b dist/ipython-7.1.0-py3-none-any.whl
+ 1dd701942069f9daad956ebf3d5ddc10cec886001b1702d95b8d0d50a57648c3 dist/ipython-7.1.0.tar.gz
+
+IPython 7.0
+-----------
+IPython 7.0 was released on September 27, 2018. It includes
+a number of new features.
+See the `Jupyter Blog
+`_
+and the `release notes
+`__
+
+.. ::
+ $ shasum -a 256 dist/*
+ 47b17ea874454a5c2eacc2732b04a750d260b01ba479323155ac8a39031f5535 dist/ipython-7.0.1-py3-none-any.whl
+ 9fed506c3772c875a3048bc134a25e6f5e997b1569b2636f6a5d891f34cbfd46 dist/ipython-7.0.1.tar.gz
+
+IPython 6.5
+-----------
+
+IPython 6.5 was released on July 29, 2018. This is primarily a bugfix release.
+With some compatibility fix for Python 3.7
+See the `release notes
+`__
+
+.. ::
+ $ shasum -a 256 dist/*
+ 007dcd929c14631f83daff35df0147ea51d1af420da303fd078343878bd5fb62 dist/ipython-6.5.0-py3-none-any.whl
+ b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4 dist/ipython-6.5.0.tar.gz
+
+
+IPython 5.8
+-----------
+
+IPython 5.8 was released on July 28, 2018. This is primarily a bugfix release.
+See the `release notes
+`__
+
+.. ::
+ $shasum -a256 dist/*
+ 37101b8cbe072fe17bff100bc03d096404e4a9a0357097aeb5b61677c042cab1 dist/ipython-5.8.0-py2-none-any.whl
+ 0371b7e4bd74954a35086eac949beeac5b1c9f5ce231e2e77df2286a293765e3 dist/ipython-5.8.0-py3-none-any.whl
+ 4bac649857611baaaf76bc82c173aa542f7486446c335fe1a6c05d0d491c8906 dist/ipython-5.8.0.tar.gz
+
+
+IPython 6.4
+-----------
+
+IPython 6.4 was released on May 10, 2018. This is primarily a bugfix release.
+See the `release notes
+`__
+
+.. ::
+ shasum -a 256 dist/*
+ a0c96853549b246991046f32d19db7140f5b1a644cc31f0dc1edc86713b7676f dist/ipython-6.4.0-py3-none-any.whl
+ eca537aa61592aca2fef4adea12af8e42f5c335004dfa80c78caf80e8b525e5c dist/ipython-6.4.0.tar.gz
+
+
+IPython 5.7
+-----------
+
+IPython 5.7 was released on May 10, 2018. This is primarily a bugfix release.
+See the `release notes
+`__
+
+.. ::
+ $shasum -a256 dist/*
+ 707d1bbfc81e41e39ead1012af931bec6f80357b87e520af352e539cf5961dc0 dist/ipython-5.7.0-py2-none-any.whl
+ fc0464e68f9c65cd8c453474b4175432cc29ecb6c83775baedf6dbfcee9275ab dist/ipython-5.7.0-py3-none-any.whl
+ 8db43a7fb7619037c98626613ff08d03dda9d5d12c84814a4504c78c0da8323c dist/ipython-5.7.0.tar.gz
+
IPython 6.3
-----------
-IPython 6.3 was release on April 2, 2018. This is primarily a bugfix release,
+IPython 6.3 was released on April 2, 2018. This is primarily a bugfix release,
with some new features.
See the `release notes
`__
@@ -18,7 +178,7 @@ See the `release notes
IPython 5.6
-----------
-IPython 5.6 was release on April 2, 2018. This is primarily a bugfix release.
+IPython 5.6 was released on April 2, 2018. This is primarily a bugfix release.
See the `release notes
`__
@@ -31,7 +191,7 @@ See the `release notes
IPython 6.1
-----------
-IPython 6.1 was release on May 31, 2017. And include a number of new features.
+IPython 6.1 was released on May 31, 2017. It includes a number of new features.
See the `Jupyter Blog
`_
and the `release notes
@@ -45,13 +205,13 @@ and the `release notes
IPython 5.4
-----------
-IPython 5.4/5.4.1 was release on May 31, 2017. This release backport most of the
-features and API addition that went into 6.0 and 6.1. See the `Jupyter Blog
+IPython 5.4/5.4.1 was released on May 31, 2017. This release backports most of the
+features and API additions that went into 6.0 and 6.1. See the `Jupyter Blog
`_
and the `release notes
`__
-.. ::
+.. ::
sha256
af2b1ca3e073b7230b975858c0f5fcc659aa25181335b40ab09b00bf91134d93 dist/ipython-5.4.1-py2-none-any.whl
0a45d844d11bec910974ed4adf5de60d42dc34b60960f8cc2b857e2008fba550 dist/ipython-5.4.1-py3-none-any.whl
@@ -67,7 +227,7 @@ IPython 6.0
-----------
IPython 6.0 was released on April 19th, 2017. This release is the first major
-release that only support Python 3. See longer announce on the `Jupyter Blog
+release that only supports Python 3. See longer announcement on the `Jupyter Blog
`_,
and the `release notes
`__
@@ -100,8 +260,8 @@ IPython 5.0
-----------
IPython 5.0 was released on July 7th, 2016. This release is the
-last major release that will support Python 2. See longer announce on the
-`Jupyter Blog `_.
+last major release that will support Python 2. See longer announcement on the
+`Jupyter Blog `_.
New edition of the IPython minibook
@@ -248,7 +408,7 @@ IPython 0.13.2
IPython 0.13.2 was released on April 5, 2013. This is a bugfix-only release.
`Download `__ it now, or see the `release notes
-`__ for more
+`__ for more
details. This will probably be the last release before 1.0.
Roadmap to 1.0 and Beyond
@@ -258,7 +418,7 @@ IPython 1.0 is coming Summer 2013. See the grant_ which is funding the bulk
of the work, as well as our roadmap_ for achieving the grant's objectives.
`Read on for more details `_.
-.. _grant: http://ipython.org/sloan-grant.html
+.. _grant: https://ipython.org/sloan-grant.html
.. _roadmap: https://github.com/ipython/ipython/wiki/Roadmap:-IPython
Sloan Foundation Grant
@@ -276,7 +436,7 @@ IPython 0.13 was released on June 30, 2012. This release sees a substantial
redesign of the IPython Notebook, the introduction of 'cell magic functions',
as well as numerous other improvements. `Download `__ it now, or
see the `release notes
-`__ for more
+`__ for more
details.
IPython 0.12.1
@@ -286,7 +446,7 @@ IPython 0.12.1 was released on April 21, 2012. This is a bugfix-only release;
no new features have been introduced but `over 70 issues`_ have been fixed.
All users of IPython 0.12 are encouraged to upgrade to this release.
-.. _over 70 issues: http://ipython.org/ipython-doc/stable/whatsnew/github-stats-0.12.html#issues-list-012
+.. _over 70 issues: https://ipython.org/ipython-doc/stable/whatsnew/github-stats-0.12.html#issues-list-012
IPython 0.12
@@ -296,7 +456,7 @@ IPython 0.12 was released on 18 December 2011. The major new feature with this
release is the `IPython Notebook `_,
an interactive Python interface running in the browser. `Download `_
it now, or read more about `what's new
-`_.
+`_.
.. image:: _static/ipy_0.12.png
@@ -319,7 +479,7 @@ We're pleased to announce the immediate release of IPython 0.11, on 31 July 2011
Despite the small shift in the version number, this brings a lot of changes,
including a new Qt frontend and a rewritten parallel computing framework.
`Download `__ it now, or look at `what's new
-`__.
+`__.
.. image:: _static/ipy_0.11.png
@@ -335,7 +495,7 @@ IPython 0.10.2 released
IPython 0.10.2 was released on 9 April, 2011. This is a bugfix release for the
0.10 series. See the `release notes
-`__
+`__
for more details.
Python 3 support in progress
@@ -350,7 +510,7 @@ IPython 0.10.1 is out!
On October 11, 2010, we released IPython 0.10.1. The full release notes can be
found `here
-`__
+`__
,
describing in detail the changes in this release.
@@ -568,4 +728,4 @@ IPython 0.7.2 is released (June 6, 2006)
We are pleased to announce the release of IPython 0.7.2. The release has many
improvements and new features.
-IPython 0.7.2 can be downloaded `here `__ .
+IPython 0.7.2 can be downloaded `here `__ .
diff --git a/presentation.rst b/presentation.rst
index 575f6d0..da14684 100644
--- a/presentation.rst
+++ b/presentation.rst
@@ -76,9 +76,9 @@ We have given a number of talks and presentations about IPython:
whitepaper shows how to get started with IPython and Windows HPC Server 200
as well two examples of using IPython to perform an interactive parallel
computation. This material is also in our documentation `here
- `__ and
+ `__ and
`here
- `__.
+ `__.
Many thanks to Microsoft for funding Brian Granger to work on this.
--------
diff --git a/roadmap-announcement.rst b/roadmap-announcement.rst
index 335cfc8..8d2eec5 100644
--- a/roadmap-announcement.rst
+++ b/roadmap-announcement.rst
@@ -60,9 +60,9 @@ best,
Paul Ivanov
-.. _grant: http://ipython.org/sloan-grant.html
-.. _html: http://ipython.org/_static/sloangrant/sloan-grant.html
-.. _pdf: http://ipython.org/_static/sloangrant/sloan-grant.pdf
+.. _grant: https://ipython.org/sloan-grant.html
+.. _html: https://ipython.org/_static/sloangrant/sloan-grant.html
+.. _pdf: https://ipython.org/_static/sloangrant/sloan-grant.pdf
.. _roadmap: https://github.com/ipython/ipython/wiki/Roadmap:-IPython
.. _"Towards IPython 1.0, the famous big cleanup": http://mail.scipy.org/pipermail/ipython-user/2005-April/002648.html
.. _nbconvert: https://github.com/jupyter/nbconvert
diff --git a/sphinxext/googleanalytics.py b/sphinxext/googleanalytics.py
deleted file mode 100644
index 1f296e7..0000000
--- a/sphinxext/googleanalytics.py
+++ /dev/null
@@ -1,35 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
-Google analytics sphinx extension from birkenfeld/sphinx-contrib/googleanalytics
-
-Used under BSD License
-"""
-
-from sphinx.application import ExtensionError
-
-def add_ga_javascript(app, pagename, templatename, context, doctree):
- if not app.config.googleanalytics_enabled:
- return
-
- metatags = context.get('metatags', '')
- metatags += """""" % app.config.googleanalytics_id
- context['metatags'] = metatags
-
-def check_config(app):
- if not app.config.googleanalytics_id:
- raise ExtensionError("'googleanalytics_id' config value must be set for ga statistics to function properly.")
-
-def setup(app):
- app.add_config_value('googleanalytics_id', '', 'html')
- app.add_config_value('googleanalytics_enabled', True, 'html')
- app.connect('html-page-context', add_ga_javascript)
- app.connect('builder-inited', check_config)
- return {'version':'0.1'}
diff --git a/themes/agogo/layout.html b/themes/agogo/layout.html
index f797403..c8f3204 100644
--- a/themes/agogo/layout.html
+++ b/themes/agogo/layout.html
@@ -13,66 +13,16 @@
{% extends "basic/layout.html" %}
{# IPython-specific block #}
-{% set css_files = css_files + ["_static/ipython.css", "_static/flipcause.css"] %}
+{% set css_files = css_files + ["_static/ipython.css"] %}
{% block header %}
-
-
-
-
-
-