Skip to content

Commit a22ffc5

Browse files
author
Filip Schouwenaars
committed
update readme
1 parent e0d6a9a commit a22ffc5

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `pythonwhat` package provides rich functionality to write Submission Correctness Tests for interactive Python exercises on the DataCamp platform. DataCamp operates with **Python 3**.
44

5-
For a detailed guide on how to use `pythonwhat`, head over to the [wiki](https://github.com/datacamp/pythonwhat/wiki).
5+
For a detailed guide on how to use `pythonwhat`, head over to [the online documentation](http://pythonwhat.readthedocs.io/en/latest/). Before, all documentation was on the [wiki](https://github.com/datacamp/pythonwhat/wiki), but things are steadily being moved to the _readthedocs_ format.
66

77
Visit [DataCamp Teach](https://www.datacamp.com/teach) to create your own DataCamp Python course, powered by `pythonwhat`.
88

@@ -34,14 +34,4 @@ python3 run_all.py
3434

3535
To disable deprecation warnings: `$ export PYTHONWARNINGS="ignore"`
3636

37-
## Generate Documentation PDF
38-
39-
```
40-
pip3 install sphinx
41-
python3 setup.py install
42-
cd docs
43-
make latexpdf
44-
open build/latex/Pythonwhat.pdf
45-
```
46-
47-
For more details, questions and suggestions, contact <b>content-engineering@datacamp.com</b>.
37+
For more details, questions and suggestions, contact <b>learn-engineering@datacamp.com</b>.

0 commit comments

Comments
 (0)