diff --git a/docs/framework/basic_concepts.rst b/docs/framework/basic_concepts.rst index 397b0b46..178c7eae 100644 --- a/docs/framework/basic_concepts.rst +++ b/docs/framework/basic_concepts.rst @@ -9,6 +9,23 @@ The most important concepts in the library are `Unit`, `Dimension`, and .. image:: /_static/img/design.png :align: center +.. + http://www.nomnoml.com + + [Dimension| + [base_dimension]<-[exp] + [derived_dimension]<-[exp] + [exp]<-[derived_dimension] + ] + + [Quantity| + [quantity] + ] + + [Unit]<-[Dimension] + [Dimension]<-[Quantity] + [Unit]<-[Quantity] + `Unit` is a basic building block of the library. Every dimension works with a concrete hierarchy of units. Such hierarchy defines a reference unit and often a few scaled versions of it.