Skip to content

Commit 259f94f

Browse files
committed
typos
1 parent 244a43e commit 259f94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ News
1414
- For the `6th Workshop on Parallel-in-Time Integration <https://www.ics.usi.ch/index.php/6th-workshop-on-parallel-in-time-methods>`_
1515
`pySDC` has been updated to version 2.1. It is now available on PyPI - the Python Package Index, see `https://pypi.python.org/pypi/pySDC <https://pypi.python.org/pypi/pySDC>`_
1616
and can be installed simply by using ``pip install pySDC``. Naturally, this release contains a lot of bugfixes and minor improvements.
17-
Most notably, the file structure has been changes again to meet the standards for Python packaging (at least a bit).
17+
Most notably, the file structure has been changed again to meet the standards for Python packaging (at least a bit).
1818

1919
- On November 24, 2016, we released version 2 of `pySDC`. This release contains major changes to the code and its structure:
2020

pySDC/README_API.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The API (as well as the tutorial pages) can also be generated manually and local
44
.. code-block:: none
55
66
> ./docs/update_apidocs.sh
7-
> nosetests -v --with-id --with-coverage --cover-inclusive --cover-package=core,implementations,helpers,tutorial --cover-html --cover-html-dir=target/doc/build/test_coverage pySDC/tests
7+
> nosetests -v --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
88
> travis-sphinx build
99
1010
in the root directory. Then, the main index can be found in ``target/doc/build/index.html``. Anyway, here is the online version:

0 commit comments

Comments
 (0)