From 3c5c1c8c2f06b3ccb78f8db3e923465caa68acac Mon Sep 17 00:00:00 2001 From: Peter Mortensen Date: Sun, 5 Jun 2016 10:30:13 +0200 Subject: [PATCH 1/2] Update README.rst Copy edited (e.g. ref. , , , and ). --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index b1f9eec57d1..750e0e27b9c 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,10 @@ matplotlib ########## -matplotlib is a python 2D plotting library which produces publication -quality figures in a variety of hardcopy formats and interactive -environments across platforms. matplotlib can be used in python -scripts, the python and ipython shell (ala matlab or mathematica), web +matplotlib is a Python 2D plotting library which produces publication-quality +figures in a variety of hardcopy formats and interactive +environments across platforms. matplotlib can be used in Python +scripts, the Python and IPython shell (ala MATLAB or Mathematica), web application servers, and various graphical user interface toolkits. `Home page `_ @@ -18,17 +18,17 @@ For installation instructions and requirements, see the INSTALL file. Testing ======= -After installation, you can launch the test suite:: +After installation, you can launch the test suite: python tests.py -Or from the python interpreter:: +Or from the Python interpreter: import matplotlib matplotlib.test() Consider reading http://matplotlib.org/devel/coding_guide.html#testing for -more information. Note that the test suite requires nose and on python 2.7 mock +more information. Note that the test suite requires nose and on Python 2.7 mock which are not installed by default. Please install with pip or your package manager of choice. @@ -46,4 +46,4 @@ The first is a good starting point for general questions and discussions. .. image:: https://badges.gitter.im/Join%20Chat.svg :alt: Join the chat at https://gitter.im/matplotlib/matplotlib - :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge \ No newline at end of file + :target: https://gitter.im/matplotlib/matplotlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge From 28d235d5c96a6a6a4fc742dc4b5c4fa98c7ffd40 Mon Sep 17 00:00:00 2001 From: Benjamin Root Date: Sat, 16 Jul 2016 18:58:33 -0400 Subject: [PATCH 2/2] Putting back a colon --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 750e0e27b9c..59629ff1e72 100644 --- a/README.rst +++ b/README.rst @@ -18,11 +18,11 @@ For installation instructions and requirements, see the INSTALL file. Testing ======= -After installation, you can launch the test suite: +After installation, you can launch the test suite:: python tests.py -Or from the Python interpreter: +Or from the Python interpreter:: import matplotlib matplotlib.test()