mirror of https://github.com/ledisdb/ledisdb.git
add rtfd link; fix import error
This commit is contained in:
parent
db35af6026
commit
3ab051e0dc
|
@ -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
|
||||
|
|
|
@ -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 -----------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue