소스 검색

Remove duplication.

Mike Naberezny 15 년 전
부모
커밋
25f935c05a
1개의 변경된 파일4개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 8
      docs/api.rst

+ 4 - 8
docs/api.rst

@@ -1,11 +1,11 @@
 XML-RPC API Documentation
 =========================
 
+.. automodule:: supervisor.rpcinterface
+
 Status and Control
 ------------------
 
-.. automodule:: supervisor.rpcinterface
-
   .. autoclass:: SupervisorNamespaceRPCInterface
 
     .. automethod:: getAPIVersion
@@ -29,8 +29,6 @@ Status and Control
 Process Control
 ---------------
 
-.. automodule:: supervisor.rpcinterface
-
   .. autoclass:: SupervisorNamespaceRPCInterface
 
     .. automethod:: getProcessInfo
@@ -56,8 +54,6 @@ Process Control
 Process Logging
 ---------------
 
-.. automodule:: supervisor.rpcinterface
-
   .. autoclass:: SupervisorNamespaceRPCInterface
 
     .. automethod:: readProcessStdoutLog
@@ -73,11 +69,11 @@ Process Logging
     .. automethod:: clearAllProcessLogs
 
 
+.. automodule:: supervisor.xmlrpc
+
 System Methods
 --------------
 
-.. automodule:: supervisor.xmlrpc
-
   .. autoclass:: SystemNamespaceRPCInterface
 
     .. automethod:: listMethods