File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -15,29 +15,3 @@ Users can create their own test hierarchies, create test factories for generatin
1515## Documentation
1616
1717The 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.
You can’t perform that action at this time.
0 commit comments