Skip to content
Snippets Groups Projects
Commit 53f30010 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Merge branch 'hugo5' into 'main'

webdoc: clarify links to Doxygen API docs

See merge request !632
parents 581d64b7 f038bde3
No related branches found
No related tags found
1 merge request!632webdoc: clarify links to Doxygen API docs
Pipeline #56333 passed
......@@ -108,8 +108,8 @@ webdoc:
- cd build
- cmake .. -DCONFIGURE_DOXY=ON
- make doxyuser
- cp -rf html/user ~/ba-main/doxy/
- cp -rf html/user ~/ba-main/doxy/user-API
- make doxylong
- cp -rf html/long ~/ba-main/doxy/
- cp -rf html/long ~/ba-main/doxy/full-API/kernel
- make doxygui
- cp -rf html/gui ~/ba-main/doxy/
- cp -rf html/gui ~/ba-main/doxy/full-API/GUI
......@@ -17,11 +17,12 @@ All important classes and their member functions are also available through a Py
The C++ API documentation, automatically extracted from the source code,
can be found at
[https://bornagainproject.org/ext/api](https://bornagainproject.org/ext/api).
For the latest release, see
* [master/user-API](https://bornagainproject.org/ext/api/git-main/user-API/index.html),
For the current development branch, see
* [main/user-API](https://bornagainproject.org/ext/api/git-main/user-API/index.html),
which documents all classes and functions that are available for Python scripting;
* [master/full-API](https://bornagainproject.org/ext/api/git-main/full-API/index.html),
* [main/full-API](https://bornagainproject.org/ext/api/git-main/full-API/),
which is mainly intended for developers and covers all classes and functions,
whether exposed to Python or not.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment