[X2Go-Commits] [python-x2go] 03/04: sphinx docs: It needs to be :mod:, not :module:.

git-admin at x2go.org git-admin at x2go.org
Thu Sep 6 17:54:56 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 ac545a71123b863ac5b5ebafb8558ea4e0e64b01
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Sep 6 17:52:11 2018 +0200

    sphinx docs: It needs to be :mod:, not :module:.
---
 x2go/backends/printing/file.py   | 2 +-
 x2go/backends/printing/winreg.py | 2 +-
 x2go/gevent_subprocess.py        | 2 +-
 x2go/inifiles.py                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x2go/backends/printing/file.py b/x2go/backends/printing/file.py
index bb7b49d..fae8de9 100644
--- a/x2go/backends/printing/file.py
+++ b/x2go/backends/printing/file.py
@@ -87,7 +87,7 @@ class X2GoClientPrinting(inifiles.X2GoIniFile):
             directory filename)
         :type config_files: ``list``
         :param defaults: a cascaded Python dicitionary structure with ini file defaults (to override
-            Python X2Go's hard coded defaults in :module:`x2go.defaults`
+            Python X2Go's hard coded defaults in :mod:`x2go.defaults`
         :type defaults: ``dict``
         :param logger: you can pass an :class:`x2go.logger.X2GoLogger` object to the
             :class:`x2go.printactions.X2GoPrintAction` constructor
diff --git a/x2go/backends/printing/winreg.py b/x2go/backends/printing/winreg.py
index fdc3410..dcbc786 100644
--- a/x2go/backends/printing/winreg.py
+++ b/x2go/backends/printing/winreg.py
@@ -64,7 +64,7 @@ class X2GoClientPrinting(object):
     def __init__(self, defaults=None, logger=None, loglevel=log.loglevel_DEFAULT):
         """\
         :param defaults: a cascaded Python dicitionary structure with ini file defaults (to override
-            Python X2Go's hard coded defaults in :module:`x2go.defaults`
+            Python X2Go's hard coded defaults in :mod:`x2go.defaults`
         :type defaults: ``dict``
         :param logger: you can pass an :class:`x2go.logger.X2GoLogger` object to the
             :class:`x2go.printactions.X2GoPrintAction` constructor
diff --git a/x2go/gevent_subprocess.py b/x2go/gevent_subprocess.py
index da521b4..821471a 100644
--- a/x2go/gevent_subprocess.py
+++ b/x2go/gevent_subprocess.py
@@ -40,7 +40,7 @@ __package__ = 'x2go'
 __name__    = 'x2go.gevent_subprocess'
 
 
-"""Implementation of the standard :module:`subprocess` module that spawns greenlets"""
+"""Implementation of the standard :mod:`subprocess` module that spawns greenlets"""
 from builtins import object
 import errno
 import sys
diff --git a/x2go/inifiles.py b/x2go/inifiles.py
index 07de61c..896b9b0 100644
--- a/x2go/inifiles.py
+++ b/x2go/inifiles.py
@@ -61,7 +61,7 @@ class X2GoIniFile(object):
         directory filename)
     :type config_files: ``list``
     :param defaults: a cascaded Python dicitionary structure with ini file defaults (to override
-        Python X2Go's hard coded defaults in :module:`x2go.defaults`
+        Python X2Go's hard coded defaults in :mod:`x2go.defaults`
     :type defaults: ``dict``
     :param logger: you can pass an :class:`x2go.logger.X2GoLogger` object to the
         :class:`x2go.inifiles.X2GoIniFile` constructor

--
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