cmake .. -DSCALFMM_BUILD_DOC=ON # or if cmake has already been called, ccmake .
make doc
```
This will generate the documentation in HTML format in the `Build/Doc/html` folder. You can create a local server to access it using Python
```bash
# From the Build folder
cd Doc/html
python3 -m http.server # or python2 -m SimpleHTTPServer
```
The documentation can then be accessed from an internet browser at the address `localhost:8000`.
### Help and News
You can subscribe to the scalfmm-public-users@lists.gforge.inria.fr mailing list (http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/scalfmm-public-users). The list is very low trafic (~ 2 mails per year), we will let you know of improvements and releases.
Contact the developers at : scalfmm-public-support@lists.gforge.inria.fr
### Folder structure
- Src : library core.
- Data : particle distribution examples.
- Examples : common usage examples.
- Doc : documentation configuration.
- UTests : unit tests.
- Tests : examples to know how to use scalfmm/put particles in the tree/iterate on the tree...
- Utils : some scripts and binaries to handle data files.
You can subscribe to the scalfmm users mailing list ( scalfmm-public-users@lists.gforge.inria.fr, http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/scalfmm-public-users ). Very low trafic (~ 2 mails per year) just to know when a new version or an improvement is available.
Contact the developers at : scalfmm-public-support@lists.gforge.inria.fr