Skip to content

Commit

Permalink
Rename documentation folder.
Browse files Browse the repository at this point in the history
Change also the project name in the sphinx parameters.
  • Loading branch information
HubLot committed Dec 15, 2015
1 parent 268a6a0 commit 0d9383c
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install "mdanalysis>=0.11" --cache-dir $HOME/.cache/pip; fi
- pip install -e .
- if [[ $SETUP == 'doc' ]]; then pip install -r doc_requirements.txt --cache-dir $HOME/.cache/pip; fi
- if [[ $SETUP == 'doc' ]]; then ./doc-api/source/install_pandoc.sh; fi
- if [[ $SETUP == 'doc' ]]; then ./doc/source/install_pandoc.sh; fi


# command to run tests
Expand All @@ -69,6 +69,6 @@ script:
- if [[ $SETUP == 'test' ]]; then yes | ./run_demo1_assignation.sh; fi
- if [[ $SETUP == 'test' ]]; then yes | ./run_demo2_statistics.sh; fi
- if [[ $SETUP == 'test' ]]; then yes | ./run_demo2_clusters.sh; fi
- if [[ $SETUP == 'doc' ]]; then cd doc-api; sphinx-build -W -b html source build/html; fi
- if [[ $SETUP == 'doc' ]]; then cd doc; sphinx-build -W -b html source build/html; fi

#after_success:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc-api/source/conf.py → doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
master_doc = 'index'

# General information about the project.
project = u'PBxplore API'
project = u'PBxplore'
copyright = u'2015, Pierre Poulain, and Alexandre G. deBrevern'

# The version info for the project you're documenting, acts as replacement for
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0d9383c

Please sign in to comment.