Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Rewrite of old documentation #110

Merged
merged 18 commits into from
Jan 29, 2016
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
40 changes: 0 additions & 40 deletions doc-api/source/index.rst

This file was deleted.

File renamed without changes.
19 changes: 0 additions & 19 deletions doc/demontrastation.md

This file was deleted.

Binary file removed doc/img/md_traj.PB.map.frame.jpg
Binary file not shown.
22 changes: 0 additions & 22 deletions doc/installation.md

This file was deleted.

21 changes: 0 additions & 21 deletions doc/intro.PBs.md

This file was deleted.

File renamed without changes.
Loading