summaryrefslogtreecommitdiff
path: root/wikitrans/wiki2texi.py
diff options
context:
space:
mode:
Diffstat (limited to 'wikitrans/wiki2texi.py')
-rw-r--r--wikitrans/wiki2texi.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/wikitrans/wiki2texi.py b/wikitrans/wiki2texi.py
index d9e5f52..55dffe2 100644
--- a/wikitrans/wiki2texi.py
+++ b/wikitrans/wiki2texi.py
@@ -311,14 +311,14 @@ class TexiWikiMarkup(WikiMarkup):
def __init__(self, *args, **keywords):
"""Create a TexiWikiMarkup object.
- Arguments:
+ TexiWikiMarkup([filename=FILE],[file=FD],[text=STRING],[lang=CODE],
+ [html_base=URL],[image_base=URL],[media_base=URL],
+ [sectioning_model=MODEL],[sectioning_start=N])
- filename=FILE
- Read Wiki material from the file named FILE.
- file=FD
- Read Wiki material from file object FD.
- text=STRING
- Read Wiki material from STRING.
+ For a discussion of generic arguments, see the constructor of
+ the WikiMarkup class.
+
+ Additional arguments:
sectioning_model=MODEL
Select the Texinfo sectioning model for the output document. Possible

Return to:

Send suggestions and report system problems to the System administrator.