Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T07:37:46.000Z (over 2 years ago)
- Last Synced: 2024-04-14T00:21:13.251Z (10 months ago)
- Topics: 3d, aec, bim, cad, cnc, documentation, fem, freecad
- Language: HTML
- Homepage: https://freecadweb.org/
- Size: 140 MB
- Stars: 7
- Watchers: 9
- 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