reST utils
Project description
Description
rstctl is a script to help you with reStructuredText
Usage
HTML preview
You can preview a file:
$ rstctl -w path/to/file.rst
Or the long description of a package:
$ ls setup.py setup.py $ rstctl -w
This will open the result in your favorite browser.
Check links
You can use the -l option to add unknown references to the end of a document. Example:
$ cat README.txt Title ===== `incomplete ref`_ $ ./bin/rstctl -l README.txt <string>:4: (ERROR/3) Unknown target name: "incomplete ref". .. _incomplete ref: 1 links append to README.txt $ cat README.txt Title ===== `incomplete ref`_ .. _incomplete ref:
Then you can add the correct links.
Generating Sphinx documentation
Go to the package root then use the --sphinx option:
$ rstctl --sphinx docs/conf.py Using /Users/gawel/py/rstctl/rstctl/module.tmpl Writing docs/modules/rstctl.txt Skipping rstctl.pdf excluded by conf.py Skipping rstctl.rst_directive excluded by conf.py Using /Users/gawel/py/rstctl/rstctl/module.tmpl Writing docs/modules/rstctl.serve.txt Using /Users/gawel/py/rstctl/rstctl/module.tmpl Writing docs/modules/rstctl.template.txt Using /Users/gawel/py/rstctl/rstctl/module.tmpl Writing docs/modules/rstctl.utils.txt Writing index
Add modules/index in a toctree
If you want to exclude some modules add this to your conf.py:
rstctl_exclude = ['rstctl.rst_directive', 'rstctl.pdf']
You can also add rstctl.sphinx in conf.py’s extensions
0.4 (2010-03-06)
add --sphinx option + sphinx extension
0.1 (2008-11-31)
initial release
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
rstctl-0.4.tar.gz
(7.5 kB
view details)
File details
Details for the file rstctl-0.4.tar.gz
.
File metadata
- Download URL: rstctl-0.4.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da7e6da6b3d222140beaf8380b89fd14903a0f2ccd2a13da5f3a03625e3467b9 |
|
MD5 | d1f5d81638f3e0d249cbb029a36d4dd2 |
|
BLAKE2b-256 | 9565abfa1e2c81bda1521c6d41116a0720ee68b17c8f57c2717473a24aa85a9a |