Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e5530a

Browse files
committed
DOC: update for rc2
1 parent d6bab9c commit 2e5530a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>{{ _('Navigation') }}</h3>
159159
<body>
160160
<div class="alert" style="background-color: #FEA46C; padding: 10px 0;
161161
">
162-
<h3>Matplotlib 2.0.0rc1 is available</h3>
162+
<h2>Matplotlib 2.0.0rc2 is available</h2>
163163

164164
<p><a href="{{ pathto('style_changes.html', 1) }}"
165165
style="font-weight: bold;

doc/style_changes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ approaching the release.
77

88
For the full details of what has been changed see a `draft of the
99
release notes
10-
<http://matplotlib.org/2.0.0rc1/users/dflt_style_changes.html>`_.
10+
<http://matplotlib.org/2.0.0rc2/users/dflt_style_changes.html>`_.
1111

1212
The current pre-release is
13-
`v2.0.0rc1 <https://github.com/matplotlib/matplotlib/releases/tag/v2.0.0rc1>`_
13+
`v2.0.0rc2 <https://github.com/matplotlib/matplotlib/releases/tag/v2.0.0rc2>`_
1414

1515
You can install pre-releases via ::
1616

@@ -29,13 +29,13 @@ git ::
2929

3030
git clone https://github.com/matplotlib/matplotlib.git
3131
cd matplotlib
32-
git checkout v2.0.0rc1
32+
git checkout v2.0.0rc2
3333

3434
or tarball ::
3535

36-
wget https://github.com/matplotlib/matplotlib/archive/v2.0.0rc1.tar.gz -O matplotlib-v2.0.0rc1.tar.gz
37-
tar -xzvf matplotlib-v2.0.0rc1.tar.gz
38-
cd matplotlib-v2.0.0rc1
36+
wget https://github.com/matplotlib/matplotlib/archive/v2.0.0rc2.tar.gz -O matplotlib-v2.0.0rc2.tar.gz
37+
tar -xzvf matplotlib-v2.0.0rc2.tar.gz
38+
cd matplotlib-v2.0.0rc2
3939

4040
via ::
4141

0 commit comments

Comments
 (0)