Merge docs/sphinx_autodocs into improve/V30RC01
Compare changes
The sphinx documentation should be up to date to v3.0 now.
aas\model\submodel.py:77: error: Incompatible types in assignment (expression has type "NamespaceSet[Constraint]", variable has type "Set[Constraint]")
aas\model\submodel.py:139: error: Incompatible types in assignment (expression has type "NamespaceSet[Constraint]", variable has type "Set[Constraint]")
For those who want to review the documentation, here is how you build it:
docs/
make html
over the command line/docs/build/html/
. The main page is called index.html
.