diff --git a/doc/conf.py b/doc/conf.py index c1ed70de..ce090323 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,6 @@ "nbval": ("https://nbval.readthedocs.io/en/latest", None), "numpy": ("https://numpy.org/doc/stable", None), "numpydoc": ("https://numpydoc.readthedocs.io/en/latest", None), - "pymicro": ("https://pymicro.readthedocs.io/projects/pymicro/en/latest", None), "pytest": ("https://docs.pytest.org/en/stable", None), "python": ("https://docs.python.org/3", None), "pyxem": ("https://pyxem.readthedocs.io/en/latest", None), diff --git a/doc/user/related_projects.rst b/doc/user/related_projects.rst index 62d8162e..f3f8db20 100644 --- a/doc/user/related_projects.rst +++ b/doc/user/related_projects.rst @@ -24,5 +24,6 @@ find useful: orix depends on numpy-quaternion for quaternion multiplication. - `texture `_: Python scripts for analysis of crystallographic texture. -- :doc:`pymicro `: Python package to work with material microstructures - and 3D data sets. +- pymicro: Python package to work with material microstructures and 3D data sets. +- Dream3D: C++ library to reconstruct, instatiate, quantify, mesh, handle and visualize + multidimensional (3D), multimodal data (mainly EBSD orientation data). \ No newline at end of file