update docs

This commit is contained in:
Alex Grintsvayg 2017-02-28 12:31:55 -05:00
parent e8afad7af8
commit 0e76ca0767
2 changed files with 96 additions and 52 deletions

View file

@ -84,7 +84,7 @@ def _link(name, anchor=None):
def main():
curdir = op.dirname(op.realpath(__file__))
path = op.realpath(op.join(curdir, '..', 'docs', 'api.md'))
path = op.realpath(op.join(curdir, '..', 'docs', 'index.md'))
klass = Daemon