diff --git a/Documentation/mainpage.dox.in b/Documentation/mainpage.dox.in index b5e6bfb70140f5a4b23f7196ccdf0f47060e6fab..fabd02f051add51954f92c00da59711841063b5c 100644 --- a/Documentation/mainpage.dox.in +++ b/Documentation/mainpage.dox.in @@ -1,12 +1,18 @@ /** \mainpage OpenGeoSys ${OGS_VERSION} source code documentation * - * \section intro_sec Introduction + * \section source_documentation Source code documentation * - * This page only describes the source code itself. See the following links for additional information: + * You will find the Doxygen documentation for the development branch at + * https://doxygen.opengeosys.org. * - * - Latest Doxygen site for current master: https://doxygen-latest.opengeosys.org + * The documenation for the latest OGS release is + * https://doxygen.opengeosys.org/release. + * + * \section useful_links Useful links + * - OGS home page: https://opengeosys.org/ + * - Selected benchmarks: https://opengeosys.org/docs/benchmarks * - Developer guide: https://opengeosys.org/docs/devguide - * - Data Explorer (Gui) manual: https://gitlab.opengeosys.org/ogs/data_explorer_manual/-/jobs/artifacts/master/raw/ogsde-man.pdf?job=build + * - Data Explorer (GUI) manual: https://gitlab.opengeosys.org/ogs/data_explorer_manual/-/jobs/artifacts/master/raw/ogsde-man.pdf?job=build * - Discussion forum: https://discourse.opengeosys.org * * diff --git a/README.md b/README.md index 983253b7fc6da49d06bd1917d9e2dbf898bfd2c7..89d587fcb7a5bff6fc93ead2154280c0c686cb51 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ waste deposition. OGS is comprised of the THMC-simulator (simply referred to as - Good starting point for users as well as for developers is the [documentation][documentation] - Check your code against our [styleguide](http://ufz.github.io/styleguide/cppguide.xml) -- Have a look at the [source code documentation for the current release][docs] or [for the latest commit][docs-latest] +- Have a look at the [source code documentation for the nightly build][docs-nightly] or [for the latest release][docs-release] ## License ## @@ -28,6 +28,6 @@ OpenGeoSys is distributed under the Modified BSD License. See the [ogs]: https://www.opengeosys.org [documentation]: https://www.opengeosys.org/docs/ -[docs]: https://doxygen.opengeosys.org -[docs-latest]: https://doxygen-latest.opengeosys.org +[docs-nightly]: https://doxygen.opengeosys.org/ +[docs-release]: https://doxygen.opengeosys.org/release [license-source]: https://github.com/ufz/ogs/blob/master/LICENSE.txt