From b7755bce6fc657c60db8da6147f7a71a9037e721 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Thu, 21 Feb 2013 21:56:01 +0100 Subject: [PATCH] limit line length to 80 --- docs/scenarios/scientific.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 8164cd7..e91f096 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -44,9 +44,11 @@ Matplotlib `Matplotlib `_ is a flexible plotting library for creating interactive 2D and 3D plots that can also be saved as -manuscript-quality figures. The API in many ways reflects that of `MATLAB `_, -easing transition of MATLAB users to Python. Many examples, along with the -source code to re-create them, can be browsed at the `matplotlib gallery `_. +manuscript-quality figures. The API in many ways reflects that of `MATLAB +`_, easing transition of MATLAB +users to Python. Many examples, along with the source code to re-create them, +can be browsed at the `matplotlib gallery +`_. Enthought ---------