Remove api doc headers
[pyi2ncommon] / src / dial.py
index ebf0a2d..35144f2 100644 (file)
@@ -21,9 +21,6 @@
 # Copyright (c) 2016-2018 Intra2net AG <info@intra2net.com>
 
 """
-
-SUMMARY
-------------------------------------------------------
 Dialing, hangup, general provider online/offline state control.
 
 Copyright: 2017 Intra2net AG
@@ -31,31 +28,21 @@ Copyright: 2017 Intra2net AG
 This used to be part of the sysmisc utilitiy initially which caused an include
 circle with the arnied wrapper.
 
-
-CONTENTS
-------------------------------------------------------
-dialout
-    Generic access to the system’s dialing mode. Allows for requesting manual
-    or permanently online dial state.
-
-arnied_dial_permanent
-    Enter permantly online dialing state.
-
-arnied_dial_do
-    Enter dial on command state.
-
-arnied_dial_hangup
-    Terminate uplink unconditionally.
+Contents:
+    * dialout
+        Generic access to the system’s dialing mode. Allows for requesting manual
+        or permanently online dial state.
+    * arnied_dial_permanent
+        Enter permantly online dialing state.
+    * arnied_dial_do
+        Enter dial on command state.
+    * arnied_dial_hangup
+        Terminate uplink unconditionally.
 
 All API methods come with the optional argument ``block`` (bool) to request the
 call to block until the system completes the state transition successfully. The
 completion timeout is currently 10 seconds (see the definition of
 ``DIALTOOLS_TIMEOUT`` below).
-
-
-IMPLEMENTATION
-------------------------------------------------------
-
 """