|
@@ -1,14 +1,13 @@
|
|
|
-API Documentation for repoze.atemplate
|
|
|
-======================================
|
|
|
+XML-RPC API Documentation
|
|
|
+=========================
|
|
|
|
|
|
-Interfaces
|
|
|
-----------
|
|
|
+.. automodule:: supervisor.rpcinterface
|
|
|
|
|
|
-Document interfaces here. You may want to use the ``.. autointerface::``
|
|
|
-directive provided by :mod:`repoze.sphinx.autointerface`, in which case
|
|
|
-you will need to add it to the extensions in `conf.py`.
|
|
|
+Status and Control
|
|
|
+------------------
|
|
|
|
|
|
-Exceptions
|
|
|
-----------
|
|
|
+ .. autoclass:: SupervisorNamespaceRPCInterface
|
|
|
|
|
|
-Document any custom exceptions here.
|
|
|
+ .. automethod:: getAPIVersion
|
|
|
+
|
|
|
+ .. automethod:: getSupervisorVersion
|