Skip to content
Snippets Groups Projects
Commit ed929559 authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Change file directory and minor adaption in README

parent 4af33103
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!30Change file directory and minor adaption in README
Pipeline #1606948 waiting for manual action
......@@ -7,7 +7,7 @@ We are using `mkdocs` as the static site generator to generate the website from
You can preview the website after cloning it. First you need to install `mkdocs` and the used theme by:
```sh
pip install mkdocs mkdocs-material mkdocs-glightbox mkdoxy
pip install mkdocs mkdocs-material mkdocs-glightbox mkdoxy mkdocs-site-urls
```
Then you can change the directory to the repository and run
......
......@@ -337,8 +337,8 @@ nav: # Customizes the main navigation struc
- Include Libraries: get-involved/including-libraries.md
- CMake Presets: get-involved/cmake-presets.md
- Module Development:
- Module Structure in c++: get-involved/style/cpp-modularization.md
- Module Structure in Python: get-involved/style/python-modularization.md
- Module Structure in c++: get-involved/modularization/cpp-modularization.md
- Module Structure in Python: get-involved/modularization/python-modularization.md
- Style Guide:
- C++: get-involved/style/cpp.md
- Python: get-involved/style/python.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment