Skip to content

Commit

Permalink
Update directory for better separating.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Sep 16, 2015
1 parent 0b26209 commit 6a6ead5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/docs/apidocs
*~
*.*~
.achievements
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -407,7 +407,7 @@ apidocs:
@echo ""Generating API doc for InaSAFE
@echo "---------------------------------------------------------------"
@echo "Generate RST files for apidoc"
@sphinx-apidoc -f -e -o docs safe realtime
@sphinx-apidoc -f -e -o docs/apidocs safe realtime
@echo "rst files for apidocs has been created."
@echo "Go to docs directory to run make command for building the apidocs."
@echo "It can be html, text, latex, epub, json, or other formats."
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/api-docs/conf.py → docs/conf.py
Expand Up @@ -18,7 +18,7 @@
# 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.insert(0, os.path.abspath('..'))

# -- General configuration ------------------------------------------------

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6a6ead5

Please sign in to comment.