Skip to content

Commit

Permalink
Link stable docs (#29)
Browse files Browse the repository at this point in the history
* updating readme with links to stable docs

* and now with slightly better english

* udpated changelog
  • Loading branch information
CDonnerer committed Jan 31, 2021
1 parent b6406f8 commit e18e554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Version xxx
---------------
- Added option to add line in plot function
- Safeguard number of bins in hist
- Default docs are now stable versions


Version 0.1.5
Expand Down
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ pandas plotting backend to shellplot::
>>> pd.set_option("plotting.backend", "shellplot")


Please refer to the `documentation`_ for further details.
Please refer to `pandas visualisation`_ page in the `documentation`_ for further
details.

Note
====
Expand All @@ -93,7 +94,8 @@ This project has been set up using PyScaffold 3.2.3. For details and usage
information on PyScaffold see https://pyscaffold.org/.


.. _documentation: https://shellplot.readthedocs.io/en/latest/
.. _examples: https://shellplot.readthedocs.io/en/latest/examples/index.html
.. _documentation: https://shellplot.readthedocs.io/en/stable/
.. _examples: https://shellplot.readthedocs.io/en/stable/examples/index.html
.. _pandas visualisation: https://shellplot.readthedocs.io/en/latest/examples/pandas.html
.. _matplotlib: https://matplotlib.org/contents.html#
.. _pandas: https://pandas.pydata.org/

0 comments on commit e18e554

Please sign in to comment.