Browse Source

update doc build instructions, remove TODO

master
Brett Langdon 12 years ago
parent
commit
091ac886a8
1 changed files with 2 additions and 10 deletions
  1. +2
    -10
      README.md

+ 2
- 10
README.md View File

@ -10,18 +10,10 @@ A Memcached like interface to the Riak HTTP Client. [Read The Docs](http://riakc
The documentation can be found in the `/docs` directory in this repository and should be fairly complete for the codebase.
### Building Documentation
To build the documentation yourself you will require `sphinx` and `sphinxcontrib-fulltoc`
#### Install Dependencies
```bash
pip install sphinx sphinxcontrib-fulltoc
```
#### Building
```bash
git clone git://github.com/brettlangdon/riakcached.git
cd riakcached
pip install -r docs-requirements.txt
cd ./docs
make html
```
## TODO
* Add Docstrings to methods
* Write a better README.md

Loading…
Cancel
Save