mirror of
https://github.com/mpusz/mp-units.git
synced 2026-01-28 01:52:27 +01:00
The major missing work here is to see how the latex math, inside dollar signs, translates to the docs. I also added a new constant, `pi`, to make the docs correct: this should be much more user friendly. This is not intended to be "complete". Rather, the goal is to deliver the raw content so that experts can massage it.
26 lines
534 B
ReStructuredText
26 lines
534 B
ReStructuredText
Framework Basics
|
|
================
|
|
|
|
.. note::
|
|
|
|
For brevity all the code examples in this chapter assume::
|
|
|
|
using namespace units;
|
|
using namespace units::isq;
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
framework/basic_concepts
|
|
framework/quantity_like
|
|
framework/quantities
|
|
framework/quantity_points
|
|
framework/quantity_kinds
|
|
framework/dimensions
|
|
framework/magnitudes
|
|
framework/units
|
|
framework/arithmetics
|
|
framework/constants
|
|
framework/conversions_and_casting
|
|
framework/text_output
|