UNKNOWN
Project description
[![Build Status](https://travis-ci.org/enthought/refactordoc.svg?branch=master)](https://travis-ci.org/enthought/refactordoc) [![Coverage Status](https://img.shields.io/coveralls/enthought/refactordoc.svg)](https://coveralls.io/r/enthought/refactordoc?branch=master)
The RefactorDoc extension parses the function and class docstrings as they are retrieved by the autodoc extension and refactors the section blocks into sphinx friendly rst. The extension shares similarities with alternatives (such as numpydoc) but aims at reflecting the original form of the docstring.
Key aims of RefactorDoc are:
Do not change the order of sections.
Allow sphinx directives between (and inside) section blocks.
Easier to debug (native support for debugging) and extend (future versions).
Repository
The RefactorDoc extension lives at Github. You can clone the repository using:
$ git clone https://github.com/enthought/refactordoc.git
Installation
Install refactordoc from pypi using pip:
$ pip install reafactordoc
Add refactor-doc to the extensions variable of your sphinx conf.py:
extensions = [ ..., 'refactordoc', ..., ]
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
File details
Details for the file refactordoc-0.3.1.tar.gz
.
File metadata
- Download URL: refactordoc-0.3.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64f23ae44f347cf3c03cd24267a5aced547d34fae395f0dcc192d2ef56626df7 |
|
MD5 | fb597b6913aedce61306d5a64ef3838e |
|
BLAKE2b-256 | 5f0ef19527a334a03b73fea7af787d91b88d84bf69f49db807f75595c29dcdb4 |