Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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'

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