Skip to content

Commit 991e653

Browse files
authored
Merge pull request #36 from tacaswell/update_news
DOC: update the news + content tweaks
2 parents df32f64 + 8df2ca1 commit 991e653

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

docs/_templates/landing_footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="footer-section">
22
<div class="grid__mpl-info">
3-
<h1>matplotlib</h1>
3+
<h1>Matplotlib</h1>
44
<ul class="social fas">
55
<li>
66
<a href="https://github.com/matplotlib/matplotlib" aria-label="Matplotlib on Github">
@@ -38,6 +38,7 @@ <h1>matplotlib</h1>
3838
</div>
3939

4040
<ul class="mpl-links grid__mpl-links">
41+
<li><a href="https://matplotlib.org/matplotblog/">Matplotblog</a></li>
4142
<li>
4243
<a
4344
href="https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md"

docs/body.html

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Matplotlib: Visualization with Python</h1>
2525
Customize
2626
<a
2727
href="https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html"
28-
>visual style</a> and
28+
>visual style</a> and
2929
<a href="https://matplotlib.org/stable/tutorials/provisional/mosaic.html"
3030
>layout</a>.
3131
</li>
@@ -43,10 +43,10 @@ <h1>Matplotlib: Visualization with Python</h1>
4343
>.
4444
</li>
4545
<li>
46-
Use a rich array of
46+
Use a rich array of
4747
<a href="https://matplotlib.org/mpl-third-party/"
4848
>third-party packages</a
49-
>
49+
>
5050
built on Matplotlib.
5151

5252
</li>
@@ -110,13 +110,13 @@ <h1>Matplotlib: Visualization with Python</h1>
110110
</a>
111111
</li>
112112
<li>
113-
<a href="https://matplotlib.org/stable/contents.html">
113+
<a href="https://matplotlib.org/stable/index.html">
114114
<img
115115
src="_static/images/documentation.png"
116116
alt="matplotlib logo icon"
117117
class="quicklinks__icon"
118118
/>
119-
Usage Guide
119+
Documentation
120120
</a>
121121
</li>
122122
</ul>
@@ -132,28 +132,26 @@ <h1>Matplotlib: Visualization with Python</h1>
132132
<!-- optional important news -->
133133
<h3>News</h3>
134134
<div class="news__item--highlight">
135-
<h5 class="date">March 30, 2021</h5>
136-
<h4 class="title">Matplotlib 3.4.1 Released</h4>
135+
<h5 class="date">November 15, 2021</h5>
136+
<a href="https://matplotlib.org/stable" class="link--offsite">Matplotlib 3.5.0 Released</a>
137137
<p>
138-
This is the first bug-fix release for the 3.4 series and includes
139-
critical bug fixes for 3D scatters.
138+
Highlights include <a href="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#subplot-mosaic-supports-simple-axes-sharing">shared axes in <span class="pre">subplot_mosaic</span></a>, post-colormaping <a href="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#image-interpolation-now-possible-at-rgba-stage"> resampling</a>, and support for <a href="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#gtk-backend">GTK4</a> and
139+
<a href="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#qt-backends">Qt6</a>.
140+
</p><p>
141+
See the <a href="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html">release notes</a> and <a href="https://matplotlib.org/devdocs/api/prev_api_changes/api_changes_3.5.0.html">API changes</a> for details.
140142
</p>
141-
<a href="" class="link--offsite">Matplotlib 3.4.1 Released</a>
142143
</div>
143144

144145
<!-- START NEWS ITEMS -->
145146
<div class="news__item">
146-
<h5 class="date">March 30, 2021</h5>
147-
<a href="" class="link--offsite">Matplotlib 3.4.0 release</a>
147+
<h5 class="date">September 15, 2021</h5>
148+
<a href="https://discourse.matplotlib.org/t/maplotlib-selected-for-nasa-roses-ostfl-2020/22303" class="link--offsite">Matplotlib selected for NASA ROSES funding</a>
148149
</div>
149150

150151
<div class="news__item">
151-
<h5 class="date">March 11, 2021</h5>
152-
<a href="" class="link--offsite">
153-
Matplotlib 3.4.0 release candidate 3
154-
</a>
152+
<h5 class="date">September 9, 2021</h5>
153+
<a href="https://discourse.matplotlib.org/t/maplotlib-selected-for-nasa-roses-ostfl-2020/22303" class="link--offsite">Matplotlib awarded a CZI EOSS Cycle 4 grant</a>
155154
</div>
156-
</div>
157155

158156
<!-- END NEWS ITEMS -->
159157
<!-- link to discourse -->
@@ -179,7 +177,8 @@ <h3>Resources</h3>
179177
<i class="far fa-question-circle callout__icon"></i>
180178
<p>
181179
Be sure to check the
182-
<a href="https://matplotlib.org/stable/faq/index.html">FAQ</a>, the
180+
<a href="https://matplotlib.org/stable/users/index.html">Users
181+
guide</a> and the
183182
<a href="https://matplotlib.org/stable/api/index.html">API docs</a
184183
>. The full text
185184
<a href="https://matplotlib.org/stable/search.html">search</a> is a

0 commit comments

Comments
 (0)