[pyzo] 01/03: fix docstring in __init__ so it will look better on pypi next time

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 1 16:22:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository pyzo.

commit 3980fe4acc99446d564a6b4ce11ceeec5a7d3ab3
Author: Almar Klein <almar.klein at gmail.com>
Date:   Mon Jun 27 17:16:40 2016 +0200

    fix docstring in __init__ so it will look better on pypi next time
---
 pyzo/__init__.py | 36 +++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 19 deletions(-)

diff --git a/pyzo/__init__.py b/pyzo/__init__.py
index 6c69684..354618c 100644
--- a/pyzo/__init__.py
+++ b/pyzo/__init__.py
@@ -14,31 +14,29 @@ efficiency.
 Pyzo is written in Python 3 and Qt. Binaries are available for Windows,
 Linux, and Mac. For questions, there is a discussion group.
 
-Two components + tools
-----------------------
+**Two components + tools**
+
 
 Pyzo consists of two main components, the editor and the shell, and uses
 a set of pluggable tools to help the programmer in various ways. Some
 example tools are source structure, project manager, interactive help,
 and workspace.
 
-Some key features
------------------
-
-  * Powerful *introspection* (autocompletion, calltips, interactive help)
-  * Allows various ways to *run code interactively* or to run a file as a
-    script.
-  * The shells runs in a *subprocess* and can therefore be interrupted or
-    killed.
-  * *Multiple shells* can be used at the same time, and can be of different
-    Python versions (from v2.4 to 3.x, including pypy)
-  * Support for using several *GUI toolkits* interactively: PySide, PyQt4,
-    wx, fltk, GTK, Tk.
-  * Run IPython shell or native shell.
-  * *Full Unicode support* in both editor and shell.
-  * Various handy *tools*, plus the ability to make your own.
-  * Matlab-style *cell notation* to mark code sections (by starting a line
-    with '##').
+**Some key features**
+
+
+* Powerful *introspection* (autocompletion, calltips, interactive help)
+* Allows various ways to *run code interactively* or to run a file as a script.
+* The shells runs in a *subprocess* and can therefore be interrupted or killed.
+* *Multiple shells* can be used at the same time, and can be of different
+  Python versions (from v2.4 to 3.x, including pypy)
+* Support for using several *GUI toolkits* interactively: PySide, PyQt4,
+  wx, fltk, GTK, Tk.
+* Run IPython shell or native shell.
+* *Full Unicode support* in both editor and shell.
+* Various handy *tools*, plus the ability to make your own.
+* Matlab-style *cell notation* to mark code sections (by starting a line
+  with '##').
 
 """
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list