Explorar el Código

Fix Sphinx warnings

Mike Naberezny hace 11 años
padre
commit
2900e0bbfe
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      CHANGES.txt
  2. 1 1
      docs/development.rst
  3. 1 1
      supervisor/rpcinterface.py

+ 1 - 1
CHANGES.txt

@@ -53,7 +53,7 @@
   for reporting this issue.
 
 - Fixed an XML-RPC bug where calling supervisor.clearProcessLogs() with a
-  name like "group:*" would cause a 500 Internal Server Error rather than
+  name like ``group:*`` would cause a 500 Internal Server Error rather than
   returning a BAD_NAME fault.
 
 - Fixed a hang that could occur in ``supervisord`` if log rotation is used

+ 1 - 1
docs/development.rst

@@ -48,7 +48,7 @@ Primary Authors and Maintainers
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 - `Chris McDonough <http://plope.com>`_ is the original author of Supervisor
-and the primary maintainer.
+  and the primary maintainer.
 
 Contributors
 ~~~~~~~~~~~~

+ 1 - 1
supervisor/rpcinterface.py

@@ -248,7 +248,7 @@ class SupervisorNamespaceRPCInterface:
     def startProcess(self, name, wait=True):
         """ Start a process
 
-        @param string name Process name (or 'group:name', or 'group:*')
+        @param string name Process name (or ``group:name``, or ``group:*``)
         @param boolean wait Wait for process to be fully started
         @return boolean result     Always true unless error