File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) }} "
165165style ="font-weight: bold;
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ approaching the release.
77
88For the full details of what has been changed see a `draft of the
99release 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
1212The 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
1515You 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
3434or 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
4040via ::
4141
You can’t perform that action at this time.
0 commit comments