Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.txt → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@ 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).
- 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::
using

$ git clone https://github.com/enthought/refactordoc.git

$ git clone https://github.com/enthought/refactordoc.git

Installation
------------

1. Install ``refactordoc`` from pypi using pip::
1. Install `refactordoc` from pypi using pip

$ pip install reafactordoc
$ pip install reafactordoc

2. Add refactor-doc to the extensions variable of your sphinx ``conf.py``::
2. Add refactor-doc to the extensions variable of your sphinx `conf.py`

extensions = [
...,
'refactordoc',
...,
]
extensions = [
...,
'refactordoc',
...,
]