[X2Go-Commits] [python-x2go] 01/03: Some extra empty lines in __doc__ strings.

git-admin at x2go.org git-admin at x2go.org
Tue Sep 11 17:39:03 CEST 2018


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

x2go pushed a commit to branch master
in repository python-x2go.

commit a499749ff3b458585e0355c26d779855a7fb0f7b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 11 14:15:33 2018 +0200

    Some extra empty lines in __doc__ strings.
---
 x2go/__init__.py | 3 +++
 x2go/client.py   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/x2go/__init__.py b/x2go/__init__.py
index bc3749a..0024269 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -23,6 +23,7 @@ the free X2Go Server project (http://wiki.x2go.org) in Python.
 
 Introduction
 ============
+
     With Python X2Go you can write your own X2Go clients or embed X2Go client
     features into already existing application environments.
 
@@ -170,6 +171,7 @@ Configuration and Session Management
 
 Dependencies
 ============
+
     Python X2Go takes advantage of the libevent/greenlet implementation
     gevent (http://www.gevent.org). The least needed version of Python gevent
     is 0.13.0. On MS Windows Python gevent 1.0 is highly recommended.
@@ -180,6 +182,7 @@ Dependencies
 
 Contact
 =======
+
     If you have any questions concerning Python X2Go, please sign up for the
     x2go-dev list (https://lists.x2go.org/listinfo/x2go-dev) and post
     your questions, requests and feedbacks there.
diff --git a/x2go/client.py b/x2go/client.py
index 8767b53..6ffb562 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -25,6 +25,7 @@ class implementation.
 
 Supported Features
 ==================
+
     Supported features are:
 
         - X2Go multi-session management
@@ -44,6 +45,7 @@ Supported Features
 
 Non-Profile Sessions
 ====================
+
     A new non-profile based X2Go session within an :class:`x2go.client.X2GoClient` instance is setup in the
     following way:
 
@@ -77,6 +79,7 @@ Non-Profile Sessions
 
 Profiled Sessions
 =================
+
     A new profile based X2Go session (i.e. using pre-defined session profiles) within an
     :class:`x2go.client.X2GoClient` instance is setup in a much easier way:
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list