colosseum
$$ \text{Welcome to the API documentation of the}\ \texttt{Colosseum}\ \text{package}! $$
This is the right place to look for the documentation of specific classes and functions.
If you are new to the package, please have a look at the tutorial web page. Explanations about the package capabilities and motivations are available, along with extensive resources to learn how to use the package.
1r""" 2$$ 3 \text{Welcome to the API documentation of the}\ \texttt{Colosseum}\ \text{package}! 4$$ 5 6This is the right place to look for the documentation of specific classes and functions. 7 8If you are new to the package, please have a look at the [tutorial web page](../intro.html). 9Explanations about the package capabilities and motivations are available, along with extensive resources to learn how to use the package. 10""" 11 12from colosseum.config import ( 13 disable_multiprocessing, 14 get_available_cores, 15 set_available_cores, 16)