Skip to content

Commit 8014fca

Browse files
committed
Merge branch 'workshop_2017'
2 parents 0306a50 + 8c180b1 commit 8014fca

File tree

303 files changed

+323
-321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

303 files changed

+323
-321
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ script:
2626
- "./docs/update_apidocs.sh"
2727
- mkdir data
2828
- which nosetests
29-
- nosetests tests --with-coverage --cover-inclusive --cover-package=pySDC,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage
29+
- nosetests --with-coverage --cover-erase --cover-inclusive --cover-package=pySDC/core,pySDC/implementations,pySDC/helpers,pySDC/tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage pySDC/tests
3030
- if [[ $PYTHON_VERSION == 3 ]]; then travis-sphinx build; fi
3131

3232
after_success:

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
sys.path.insert(0, os.path.abspath('../'))
2323
sys.path.insert(0, os.path.abspath('../../'))
2424
sys.path.insert(0, os.path.abspath('../../../'))
25+
sys.path.insert(0, os.path.abspath('../../pySDC'))
2526

2627
# -- General configuration ------------------------------------------------
2728

docs/source/index.rst

Lines changed: 8 additions & 8 deletions

docs/source/projects/RDC.rst

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion

docs/source/projects/doc_node_failure_boussinesq.rst

Lines changed: 2 additions & 2 deletions

docs/source/projects/doc_node_failure_grayscott.rst

Lines changed: 2 additions & 2 deletions

docs/source/projects/doc_node_failure_hard_faults_detail.rst

Lines changed: 2 additions & 2 deletions

docs/source/projects/doc_node_failure_hard_faults_test.rst

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)