Skip to content
Snippets Groups Projects
Commit b86aaffa authored by Cammille Carinan's avatar Cammille Carinan
Browse files

Update docs and remove some detector modules from init

parent f3a52c4a
No related branches found
No related tags found
2 merge requests!110WIP: Add docs on how to use ToolBox with Jupyter notebooks on Maxwell,!106Refactor packaging
This commit is part of merge request !107. Comments created here will be created in the context of that merge request.
......@@ -15,10 +15,10 @@ If the toolbox has been installed in your home directory previously, everything
.. code:: bash
pip install --user .
pip install --user ".[maxwell]"
Alternatively, use the -e flag for installation to install the package in development mode.
.. code:: bash
pip install --user -e .
pip install --user -e ".[maxwell]"
......@@ -4,9 +4,7 @@ from .digitizers import *
from .dssc import *
from .dssc_data import *
from .dssc_misc import *
from .dssc_plot import *
from .dssc_processing import *
from .fccd import *
from .xgm import *
__all__ = (
......
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