Doc generator with styles, and syntax highlighting blocks
Project description
mopowg is an easy to install, cross-platform doc generator which is based on docutils.
mopowg could generate full documents with figures, styles, and syntax highlighting blocks.
It includes a command line tool and will provide the web front-end.
Install mopowg
You could use easy_install command to install mopowg:
$ easy_install mopowg
or you could install mopowg from sourse
First download the source:
$ hg clone http://hg.python.org.tw/mopowg
then:
$ python setup.py install
Usage
Run as a command
$ mopowg -i docs
Run as a single file
You could embeded mopowg into your project with a single file.
put mopowg.py to a document folder. run mopowg.py:
$ python mopowg.py -i docs
Run as a module
You could import mopowg module in your program:
import os from mopowg import mopowg path = os.path.join(os.getcwd(), 'docs') ld = mopowg.scanner(path) mopowg.generator(input=ld)
ChangeLog
Add license information (MIT)
Add ‘–preview’ option
customable wiki pattern for convertor
customable file extension for saver
Web front end example: Turbogears 2 toolbox plugin: wikidoki http://trac.turbogears.org/browser/projects/ToolBox2/trunk/toolbox/controllers/wikidoki.py
wikipattern cause command not work fixed
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mopowg-0.2.1.1.zip
.
File metadata
- Download URL: mopowg-0.2.1.1.zip
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6761b0f8712814792f209c688a1172ebc6a1e19fe4ae2ec6a01512a4213a4c12 |
|
MD5 | 82783f29431bccc45816534494e6f4cf |
|
BLAKE2b-256 | 0e080460a3e4c170ed5825a1637413f2b1e35176948a60421d68ba5e3650edbd |
Provenance
File details
Details for the file mopowg-0.2.1.1-py2.5.egg
.
File metadata
- Download URL: mopowg-0.2.1.1-py2.5.egg
- Upload date:
- Size: 61.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2646b55288e51c53ac16fe39c9bd93ff796ebff8b92f50836ff8cbc2d018db81 |
|
MD5 | ac9147e5e6bfb8ca4c0c1d15513b4033 |
|
BLAKE2b-256 | 251a2788aedf29bac94f16da77c5dfd01e032ed543c4a9f10314fe056bd41669 |