Skip to content

Commit 7531b8c

Browse files
author
Vasileios Karakasis
committed
Remove documentation generation instr. from README.
1 parent 2f51c5d commit 7531b8c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,3 @@ Users can create their own test hierarchies, create test factories for generatin
1515
## Documentation
1616

1717
The official documentation is maintained [here](https://eth-cscs.github.io/reframe/index.html).
18-
19-
### Manually generate the documentation
20-
21-
In order to generate the documentation yourself, these are the necessary steps:
22-
23-
1. Install [pandoc](https://pandoc.org).
24-
2. Install the Python requirements (you can do that from within a virtual environment):
25-
```
26-
pip install -r docs/requirements.txt
27-
```
28-
29-
Generate the documentation:
30-
```
31-
make -C docs
32-
```
33-
34-
And view it by opening `docs/html/index.html`.
35-
36-
If you want to view also the old documentation, you should first do the following:
37-
38-
```
39-
cd docs/html
40-
python -m http.server # or python -m SimpleHTTPServer for Python 2
41-
```
42-
43-
You can can now view all the documentation (new and old) by opening `localhost:8000` in your browser.

0 commit comments

Comments
 (0)