@@ -57,7 +57,7 @@ class ClassRegistry(abc.ABCMeta):
The MDANSE framework is based on a set of interfaces that covers different aspects of the framework such
as the analysis, the input data, the output file formats ... By metaclassing each base class of these interfaces
with :class:`ClassRegistry` object, their corresponding concrete class instances will be automatically registered at import time in
with :py:class:`~MDANSE.Core.ClassRegistry.ClassRegistry` object, their corresponding concrete class instances will be automatically registered at import time in
a data structure that can be further used all over the framework.
The data structure used to store the concrete classes is a nested dictionary whose primary key
...
...
@@ -85,14 +85,14 @@ class ClassRegistry(abc.ABCMeta):