https://github.com/freecad/sourcedoc
The source documentation of FreeCAD, generated with 'make WebDoc'
https://github.com/freecad/sourcedoc
3d aec bim cad cnc documentation fem freecad
Last synced: 3 months ago
JSON representation
The source documentation of FreeCAD, generated with 'make WebDoc'
- Host: GitHub
- URL: https://github.com/freecad/sourcedoc
- Owner: FreeCAD
- License: lgpl-2.1
- Created: 2020-12-23T13:36:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T07:37:46.000Z (about 3 years ago)
- Last Synced: 2025-06-19T18:35:29.298Z (4 months ago)
- Topics: 3d, aec, bim, cad, cnc, documentation, fem, freecad
- Language: HTML
- Homepage: https://freecadweb.org/
- Size: 140 MB
- Stars: 9
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the source documentation of FreeCAD. Read it online at https://freecad.github.io/SourceDoc/
#### To regenerate it and submit a PR here
1. Fork this repo
2. On your machine:
```
git clone https://github.com/FreeCAD/FreeCAD
cd FreeCAD
mkdir build
cd build
mkdir -p doc/SourceDocu/html
cd doc/SourceDocu/html
git clone your-fork-url
cd ../../..
cmake -DBUILD_QT5=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 ..
make WebDoc
cd doc/SourceDocu/html
git commit
git push
```3. Then go to your fork and make a Pull Request
Documentation at https://wiki.freecadweb.org/index.php?title=Source_documentation