Skip to content

Commit 7f25dea

Browse files
committed
Move banner to home page, update changelog
1 parent 6c11d66 commit 7f25dea

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ProPlot v1.0.0 (2020-##-##)
1515
This will be published when some major refactoring tasks are completed.
1616
See :pr:`45`, :pr:`46`, and :pr:`50`.
1717

18-
ProPlot v0.4.0 (2020-01-##)
18+
ProPlot v0.4.0 (2020-##-##)
1919
===========================
2020
.. rubric:: Deprecated
2121

@@ -60,6 +60,18 @@ ProPlot v0.4.0 (2020-01-##)
6060
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
6161
(:pr:`50`).
6262

63+
ProPlot v0.3.2 (2020-##-##)
64+
===========================
65+
.. rubric:: Bug fixes
66+
67+
- Fix `~proplot.rctools.rc_configurator.context` bug (:issue:`80` and :pr:`91`).
68+
- Improvements to fonts API.
69+
70+
.. rubric:: Documentation
71+
72+
- Imperative mood for docstring summaries (:pr:`92`).
73+
74+
6375
ProPlot v0.3.1 (2019-12-16)
6476
===========================
6577
.. rubric:: Bug fixes

docs/_templates/breadcrumbs.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
Name class btn-neutral so it inherits properties of other RTD buttons
66
-->
77
{% block breadcrumbs %}
8+
<!--
89
<div class="admonition note">
9-
<p><a href="https://github.com/lukelbd">ProPlot author here</a>: Due to my day job as a graduate student, further development may be restricted to bugfixes until the summer of 2020. In the meantime, if you are interested in contributing to ProPlot, please see the <a href="https://proplot.readthedocs.io/en/latest/contributions.html">contribution guide</a>. Any amount of help is welcome!
10+
<p><a href="https://github.com/lukelbd">ProPlot author here</a>: Due to my day job as a graduate student, certain <a href="https://github.com/lukelbd/proplot/pulls?q=is%3Aopen+is%3Apr">feature additions</a> may be delayed to the summer of 2020. In the meantime, if you are interested in contributing to ProPlot, please see the <a href="https://proplot.readthedocs.io/en/latest/contributions.html">contribution guide</a>. Any amount of help is welcome!
1011
</p>
1112
</div>
13+
-->
1214
<li id="lightdark-li">
1315
<label for="lightdark-checkbox" id="lightdark-label">
1416
<input type="checkbox" id="lightdark-checkbox"/>

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
ProPlot
99
=======
1010

11-
A comprehensive, easy-to-use `matplotlib <https://matplotlib.org/>`__ wrapper for making beautiful, publication-quality graphics. The Github page is `here <https://github.com/lukelbd/proplot>`__.
11+
A comprehensive, easy-to-use `matplotlib <https://matplotlib.org/>`__ wrapper for making beautiful, publication-quality graphics. This project is published `on GitHub <https://github.com/lukelbd/proplot>`__.
12+
13+
Please note that due to my day job as a graduate student, `certain feature additions <https://github.com/lukelbd/proplot/pulls?q=is%3Aopen+is%3Apr>`__ will be delayed to the summer of 2020. In the meantime, if you are interested in contributing to ProPlot, please see the :ref:`Contribution guide`. Any amount of help is welcome!
1214

1315
.. toctree::
1416
:maxdepth: 1

0 commit comments

Comments
 (0)