SF.net SVN: docutils:[9709 ] trunk/docutils/docutils/w riters/manpage.py

grubert--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9709
          http://sourceforge.net/p/docutils/code/9709
Author:   grubert
Date:     2024-05-17 07:06:18 +0000 (Fri, 17 May 2024)
Log Message:
-----------
class docstrings 

Modified Paths:
--------------
    trunk/docutils/docutils/writers/manpage.py

Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py	2024-05-17 06:54:27 UTC (rev 9708)
+++ trunk/docutils/docutils/writers/manpage.py	2024-05-17 07:06:18 UTC (rev 9709)
@@ -91,10 +91,15 @@
 
 
 class Writer(writers.Writer):
+    """
+    manpage writer class
+    """
 
     supported = ('manpage',)
     """Formats this writer supports."""
 
+    # manpage writer specfic settings. not yet
+
     output = None
     """Final translated form of `document`."""
 
@@ -109,6 +114,9 @@
 
 
 class Table:
+    """
+    man package table handling. 
+    """
     def __init__(self):
         self._rows = []
         self._options = ['box', 'center']
@@ -316,6 +324,7 @@
 
     def list_start(self, node):
         class EnumChar:
+            """list item numbering/markup handling"""
             enum_style = {
                     'bullet': '\\(bu',
                      }

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.