This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from a36fd9f sphinx docs: The logging module is x2go.log, not x2go.logger. new 3b8e552 sphinxy docs: Convert bold / italic from Epydoc to Sphinxy markup. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/client.py | 10 +++++----- x2go/log.py | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 3b8e55251443abb6808befac1a968122e68d32dd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 6 17:58:22 2018 +0200 sphinxy docs: Convert bold / italic from Epydoc to Sphinxy markup. --- x2go/client.py | 10 +++++----- x2go/log.py | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/x2go/client.py b/x2go/client.py index 32be4b8..d8f179b 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -1414,15 +1414,15 @@ class X2GoClient(object): Currently, there are five different print actions available, each defined as an individual print action class: - - B{PDFVIEW} (:class:`x2go.printactions.X2GoPrintActionPDFVIEW`): view an incoming spool job (a PDF file) + - **PDFVIEW** (:class:`x2go.printactions.X2GoPrintActionPDFVIEW`): view an incoming spool job (a PDF file) locally in a PDF viewer - - B{PDFSAVE} (:class:`x2go.printactions.X2GoPrintActionPDFSAVE`): save an incoming spool job (a PDF file) + - **PDFSAVE** (:class:`x2go.printactions.X2GoPrintActionPDFSAVE`): save an incoming spool job (a PDF file) under a nice name in a designated folder - - B{PRINT} (:class:`x2go.printactions.X2GoPrintActionPRINT`): really print the incoming spool job on a real printing device - - B{PRINTCMD} :class:`x2go.printactions.X2GoPrintActionPRINTCMD`: on each incoming spool job execute an + - **PRINT** (:class:`x2go.printactions.X2GoPrintActionPRINT`): really print the incoming spool job on a real printing device + - **PRINTCMD** :class:`x2go.printactions.X2GoPrintActionPRINTCMD`: on each incoming spool job execute an external command that lets the client user handle the further processing of the print job (PDF) file - - B{DIALOG} (:class:`x2go.printactions.X2GoPrintActionDIALOG`): on each incoming spool job this print action + - **DIALOG** (:class:`x2go.printactions.X2GoPrintActionDIALOG`): on each incoming spool job this print action will call :func:`X2GoClient.HOOK_open_print_dialog() <x2go.client.X2GoClient.HOOK_open_print_dialog()>` Each of the print action classes accepts different print action arguments. For detail diff --git a/x2go/log.py b/x2go/log.py index 053261d..196990a 100644 --- a/x2go/log.py +++ b/x2go/log.py @@ -146,7 +146,7 @@ class X2GoLogger(object): def set_loglevel_error(self): """\ - Set log level to I{ERROR}. + Set log level to *ERROR*. """ @@ -154,7 +154,7 @@ class X2GoLogger(object): def set_loglevel_warn(self): """\ - Set log level to I{WARN}. + Set log level to *WARN*. """ @@ -162,7 +162,7 @@ class X2GoLogger(object): def set_loglevel_notice(self): """\ - Set log level to I{NOTICE} (default). + Set log level to *NOTICE* (default). """ @@ -170,7 +170,7 @@ class X2GoLogger(object): def set_loglevel_info(self): """\ - Set log level to I{INFO}. + Set log level to *INFO*. """ @@ -178,7 +178,7 @@ class X2GoLogger(object): def set_loglevel_debug(self): """\ - Set log level to I{DEBUG}. + Set log level to *DEBUG*. """ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git