Skipping is triggered via a custom `SkipPlot` exception, that users may raise in their plot functions.
Additionally, the `MultiversePlotCreator` allows skipping a plot if the dimensionality of the associated multiverse is not in a set of expected dimensionalities.
- Documentation:
- !163 adds the paper published in the [Journal of Open Source Software](https://joss.theoj.org) and corresponding information on how to cite it.
- !187 adds links to the source files from which example code is included into the documentation.
- !189 improves the names of the introductory guides, as proposed in #190.
- !190 makes using the IPython directive possible, simplifying the embedding of code examples, addressing #188.
@@ -11,6 +11,10 @@ The dantro package is open source software.
We thus strive to make every stage of development public, sharing our advances, and incorporating community contributions.
To achieve this transparency, we coordinate the whole process openly via this GitLab project.
The dantro package is licensed under the [GNU Lesser General Public License Version 3](https://www.gnu.org/licenses/lgpl-3.0.en.html).
As a contributor to the project and source code you agree that your contributions are published and may be distributed according to this license.
At your discretion you can be acknowledged in the [list of copyright holders](README.md#copyright-holders); please use your first contribution to dantro to inform us about your choice.
In brief, to contribute to dantro, the following steps are involved:
1.[Get access](#gitlab-account) to the dantro GitLab project
@@ -18,7 +18,8 @@ Furthermore, it allows a **configuration-based specification** of all operations
The `dantro` package is **open source software** released under the LGPLv3+ license (see [copyright notice](#copyright) below).
It was developed alongside the [Utopia project][utopia-project], but is an independent package.
For more information on `dantro`, its features, philosophy, and integration, please visit its **documentation** at [`dantro.readthedocs.io`][dantro-docs].
We describe the motivation and scope of `dantro` in more detail in [this publication in the Journal of Open Source Software][dantro-joss-doi].
For more information on the package, its features, philosophy, and integration, please visit its **documentation** at [`dantro.readthedocs.io`][dantro-docs].
If you encounter any issues with `dantro` or have suggestions or questions of any kind, please open an issue via the [**project page**][dantro-project].
@@ -224,6 +225,8 @@ Contact the developers via: [`dantro-dev@iup.uni-heidelberg.de`][devmail]