add rtfd link; fix import error

This commit is contained in:
holys 2014-07-08 21:32:19 +08:00
parent db35af6026
commit 3ab051e0dc
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ True
## API Reference
See [ledis wiki](https://github.com/siddontang/ledisdb/wiki/Commands) for more informations.
For full API reference, please visit [rtfd](http://ledis-py.readthedocs.org/).
## Connection

View File

@ -16,7 +16,7 @@ import sys, os
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('.'))
sys.path.append(os.path.abspath('../..'))
# -- General configuration -----------------------------------------------------