WIP: Expand the developer documentation #27

Draft
gremond wants to merge 77 commits from develop into developer_docs
Showing only changes of commit 8afb787c98 - Show all commits

View file

@ -125,6 +125,8 @@ class Annotator(Walk):
if family.type == "dynamic" and isinstance( if family.type == "dynamic" and isinstance(
family.dynamic, VariableCalculation family.dynamic, VariableCalculation
): ):
path = family.dynamic.variable
if family.version != "1.0" and self.objectspace.paths.regexp_relative.search(path):
path = self.objectspace.paths.get_full_path( path = self.objectspace.paths.get_full_path(
family.dynamic.variable, family.dynamic.variable,
family.path, family.path,