https://github.com/netgen/netgendocs
https://github.com/netgen/netgendocs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netgen/netgendocs
- Owner: netgen
- Created: 2017-06-27T11:18:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T14:55:55.000Z (over 1 year ago)
- Last Synced: 2025-07-21T03:42:42.023Z (11 months ago)
- Language: HTML
- Size: 15.6 KB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netgen Docs
This repository contains source code for [Netgen Docs page](https://docs.netgen.io).
## Building the docs
If any of the following steps fail, rerun the commands with `sudo`.
* Install `pip`, Python Package Manager
On Ubuntu, you can install it with:
```
$ apt-get install python-pip
```
Otherwise, check out [official install docs](https://pip.pypa.io/en/stable/installing/).
* Install the documentation dependencies:
```
$ pip install -r requirements.txt
```
* In the root directory of the repo, run the following to build the docs:
```
$ make html
```
This will build the documentation and place the generated HTML files in `_build/html` directory.