Skip to content

Commit

Permalink
updated installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
ploy-np committed May 25, 2020
1 parent ccf1519 commit 8d5e127
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
# 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.
#
# import os
# import sys
import os
import sys
# sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../..'))
sys.setrecursionlimit(1500)


# -- Project information -----------------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Welcome to xpore's documentation!

installation


API
===================
.. automodule:: xpore.diffmod.configurator
:members:

Indices and tables
==================
Expand Down

0 comments on commit 8d5e127

Please sign in to comment.