mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
Systems documentation added
This commit is contained in:
@@ -67,11 +67,14 @@ add_custom_command(OUTPUT "${SPHINX_INDEX_FILE}"
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/_static/img/downcast_1.png"
|
"${CMAKE_CURRENT_SOURCE_DIR}/_static/img/downcast_1.png"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/_static/img/downcast_2.png"
|
"${CMAKE_CURRENT_SOURCE_DIR}/_static/img/downcast_2.png"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/_static/img/units.png"
|
"${CMAKE_CURRENT_SOURCE_DIR}/_static/img/units.png"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/CHANGELOG.md"
|
"${CMAKE_CURRENT_SOURCE_DIR}/CHANGELOG.md"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/design.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/design.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/design/directories.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/design/directories.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/design/downcasting.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/design/downcasting.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/design/quantity.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/design/quantity.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/examples.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/examples.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/examples/avg_speed.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/examples/avg_speed.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/examples/box_example.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/examples/box_example.rst"
|
||||||
@@ -83,7 +86,9 @@ add_custom_command(OUTPUT "${SPHINX_INDEX_FILE}"
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/examples/linear_algebra.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/examples/linear_algebra.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/examples/measurement.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/examples/measurement.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/examples/total_energy.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/examples/total_energy.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/faq.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/faq.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/framework.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/framework.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/framework/basic_concepts.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/framework/basic_concepts.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/framework/constants.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/framework/constants.rst"
|
||||||
@@ -92,16 +97,108 @@ add_custom_command(OUTPUT "${SPHINX_INDEX_FILE}"
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/framework/quantities.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/framework/quantities.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/framework/text_output.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/framework/text_output.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/framework/units.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/framework/units.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/genindex.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/genindex.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/glossary.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/glossary.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/index.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/index.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/introduction.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/introduction.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/quick_start.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/quick_start.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/concepts.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/concepts.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/customization_points.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/customization_points.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/functions.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/functions.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/metafunctions.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/metafunctions.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/data.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/data/bitrate.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/data/information.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/data/prefixes.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/length.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/acceleration.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/area.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/energy.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/force.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/length.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/mass.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/power.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/pressure.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/speed.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/cgs/time.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/dimensions_and_concepts.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/iau.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/iau/length.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/imperial.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/imperial/length.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/international.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/international/area.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/international/length.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/international/speed.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/international/volume.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/natural.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/natural/constants.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/natural/dimensions.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/natural/units.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/absorbed_dose.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/acceleration.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/area.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/capacitance.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/catalytic_activity.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/charge_density.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/concentration.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/conductance.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/constants.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/current_density.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/current.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/density.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/dynamic_viscosity.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/electric_charge.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/electric_field_strength.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/energy.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/force.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/frequency.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/heat_capacity.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/inductance.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/length.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/luminance.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/luminous_intensity.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/magnetic_flux.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/magnetic_induction.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/mass.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/molar_energy.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/momentum.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/permeability.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/permittivity.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/power.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/prefixes.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/pressure.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/resistance.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/speed.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/substance.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/surface_tension.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/temperature.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/thermal_conductivity.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/time.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/voltage.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/si/volume.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/typographic.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/typographic/length.rst"
|
||||||
|
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/us.rst"
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/systems/physical/us/length.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/dimensions.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/dimensions.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/prefixes.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/prefixes.rst"
|
||||||
@@ -111,6 +208,7 @@ add_custom_command(OUTPUT "${SPHINX_INDEX_FILE}"
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/utilities/basic_fixed_string.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/utilities/basic_fixed_string.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/utilities/basic_symbol_text.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/utilities/basic_symbol_text.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/utilities/ratio.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/reference/types/utilities/ratio.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/custom_representation_types.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/custom_representation_types.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/extensions.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/extensions.rst"
|
||||||
@@ -118,6 +216,7 @@ add_custom_command(OUTPUT "${SPHINX_INDEX_FILE}"
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/linear_algebra.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/linear_algebra.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/natural_units.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/natural_units.rst"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/unknown_dimensions.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/use_cases/unknown_dimensions.rst"
|
||||||
|
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/usage.rst"
|
"${CMAKE_CURRENT_SOURCE_DIR}/usage.rst"
|
||||||
"${DOXYGEN_INDEX_FILE}"
|
"${DOXYGEN_INDEX_FILE}"
|
||||||
MAIN_DEPENDENCY "${SPHINX_SOURCE}/conf.py"
|
MAIN_DEPENDENCY "${SPHINX_SOURCE}/conf.py"
|
||||||
|
@@ -1,21 +1,12 @@
|
|||||||
.. note::
|
|
||||||
|
|
||||||
All names defined in this chapter reside in the :any:`units` namespace unless specified otherwise.
|
|
||||||
|
|
||||||
Systems
|
Systems
|
||||||
=======
|
=======
|
||||||
|
|
||||||
SI
|
.. toctree::
|
||||||
--
|
:maxdepth: 2
|
||||||
|
|
||||||
.. doxygennamespace:: units::physical::si
|
systems/physical
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:outline:
|
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
File
|
systems/data
|
||||||
----
|
|
||||||
|
|
||||||
..
|
|
||||||
doxygenfile:: si/length.h
|
|
||||||
|
9
docs/reference/systems/data.rst
Normal file
9
docs/reference/systems/data.rst
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Data
|
||||||
|
====
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
data/prefixes
|
||||||
|
data/information
|
||||||
|
data/bitrate
|
4
docs/reference/systems/data/bitrate.rst
Normal file
4
docs/reference/systems/data/bitrate.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Bitrate
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. doxygenfile:: data/bitrate.h
|
4
docs/reference/systems/data/information.rst
Normal file
4
docs/reference/systems/data/information.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Information
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. doxygenfile:: data/information.h
|
4
docs/reference/systems/data/prefixes.rst
Normal file
4
docs/reference/systems/data/prefixes.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Prefixes
|
||||||
|
========
|
||||||
|
|
||||||
|
.. doxygenfile:: data/prefixes.h
|
15
docs/reference/systems/physical.rst
Normal file
15
docs/reference/systems/physical.rst
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Physical
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
dimensions_and_concepts
|
||||||
|
physical/si
|
||||||
|
physical/cgs
|
||||||
|
physical/international
|
||||||
|
physical/us
|
||||||
|
physical/imperial
|
||||||
|
physical/iau
|
||||||
|
physical/typographic
|
||||||
|
physical/natural
|
16
docs/reference/systems/physical/cgs.rst
Normal file
16
docs/reference/systems/physical/cgs.rst
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
CGS
|
||||||
|
===
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
cgs/acceleration
|
||||||
|
cgs/area
|
||||||
|
cgs/energy
|
||||||
|
cgs/force
|
||||||
|
cgs/length
|
||||||
|
cgs/mass
|
||||||
|
cgs/power
|
||||||
|
cgs/pressure
|
||||||
|
cgs/speed
|
||||||
|
cgs/time
|
4
docs/reference/systems/physical/cgs/acceleration.rst
Normal file
4
docs/reference/systems/physical/cgs/acceleration.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Acceleration
|
||||||
|
============
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/acceleration.h
|
4
docs/reference/systems/physical/cgs/area.rst
Normal file
4
docs/reference/systems/physical/cgs/area.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Area
|
||||||
|
====
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/area.h
|
4
docs/reference/systems/physical/cgs/energy.rst
Normal file
4
docs/reference/systems/physical/cgs/energy.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Energy
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/energy.h
|
4
docs/reference/systems/physical/cgs/force.rst
Normal file
4
docs/reference/systems/physical/cgs/force.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Force
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/force.h
|
4
docs/reference/systems/physical/cgs/length.rst
Normal file
4
docs/reference/systems/physical/cgs/length.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Length
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/length.h
|
4
docs/reference/systems/physical/cgs/mass.rst
Normal file
4
docs/reference/systems/physical/cgs/mass.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Mass
|
||||||
|
====
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/mass.h
|
4
docs/reference/systems/physical/cgs/power.rst
Normal file
4
docs/reference/systems/physical/cgs/power.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Power
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/power.h
|
4
docs/reference/systems/physical/cgs/pressure.rst
Normal file
4
docs/reference/systems/physical/cgs/pressure.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Pressure
|
||||||
|
========
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/pressure.h
|
4
docs/reference/systems/physical/cgs/speed.rst
Normal file
4
docs/reference/systems/physical/cgs/speed.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Speed
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/speed.h
|
4
docs/reference/systems/physical/cgs/time.rst
Normal file
4
docs/reference/systems/physical/cgs/time.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Time
|
||||||
|
====
|
||||||
|
|
||||||
|
.. doxygenfile:: cgs/time.h
|
@@ -0,0 +1,4 @@
|
|||||||
|
Dimensions and Concepts
|
||||||
|
=======================
|
||||||
|
|
||||||
|
.. doxygenfile:: dimensions.h
|
7
docs/reference/systems/physical/iau.rst
Normal file
7
docs/reference/systems/physical/iau.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
IAU
|
||||||
|
===
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
iau/length
|
4
docs/reference/systems/physical/iau/length.rst
Normal file
4
docs/reference/systems/physical/iau/length.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Length
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: iau/length.h
|
7
docs/reference/systems/physical/imperial.rst
Normal file
7
docs/reference/systems/physical/imperial.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Imperial
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
imperial/length
|
4
docs/reference/systems/physical/imperial/length.rst
Normal file
4
docs/reference/systems/physical/imperial/length.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Length
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: imperial/length.h
|
10
docs/reference/systems/physical/international.rst
Normal file
10
docs/reference/systems/physical/international.rst
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
International
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
international/area
|
||||||
|
international/length
|
||||||
|
international/speed
|
||||||
|
international/volume
|
4
docs/reference/systems/physical/international/area.rst
Normal file
4
docs/reference/systems/physical/international/area.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Area
|
||||||
|
====
|
||||||
|
|
||||||
|
.. doxygenfile:: international/area.h
|
4
docs/reference/systems/physical/international/length.rst
Normal file
4
docs/reference/systems/physical/international/length.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Length
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: international/length.h
|
4
docs/reference/systems/physical/international/speed.rst
Normal file
4
docs/reference/systems/physical/international/speed.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Speed
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: speed/length.h
|
4
docs/reference/systems/physical/international/volume.rst
Normal file
4
docs/reference/systems/physical/international/volume.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Volume
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: international/volume.h
|
9
docs/reference/systems/physical/natural.rst
Normal file
9
docs/reference/systems/physical/natural.rst
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Natural
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
natural/dimensions
|
||||||
|
natural/units
|
||||||
|
natural/constants
|
4
docs/reference/systems/physical/natural/constants.rst
Normal file
4
docs/reference/systems/physical/natural/constants.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Constants
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. doxygenfile:: natural/constants.h
|
4
docs/reference/systems/physical/natural/dimensions.rst
Normal file
4
docs/reference/systems/physical/natural/dimensions.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Dimensions
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. doxygenfile:: natural/dimensions.h
|
4
docs/reference/systems/physical/natural/units.rst
Normal file
4
docs/reference/systems/physical/natural/units.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Units
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: natural/units.h
|
48
docs/reference/systems/physical/si.rst
Normal file
48
docs/reference/systems/physical/si.rst
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
SI
|
||||||
|
==
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
si/prefixes
|
||||||
|
si/constants
|
||||||
|
si/absorbed_dose
|
||||||
|
si/acceleration
|
||||||
|
si/area
|
||||||
|
si/capacitance
|
||||||
|
si/catalytic_activity
|
||||||
|
si/charge_density
|
||||||
|
si/concentration
|
||||||
|
si/conductance
|
||||||
|
si/current_density
|
||||||
|
si/current
|
||||||
|
si/density
|
||||||
|
si/dynamic_viscosity
|
||||||
|
si/electric_charge
|
||||||
|
si/electric_field_strength
|
||||||
|
si/energy
|
||||||
|
si/force
|
||||||
|
si/frequency
|
||||||
|
si/heat_capacity
|
||||||
|
si/inductance
|
||||||
|
si/length
|
||||||
|
si/luminance
|
||||||
|
si/luminous_intensity
|
||||||
|
si/magnetic_flux
|
||||||
|
si/magnetic_induction
|
||||||
|
si/mass
|
||||||
|
si/molar_energy
|
||||||
|
si/momentum
|
||||||
|
si/permeability
|
||||||
|
si/permittivity
|
||||||
|
si/power
|
||||||
|
si/pressure
|
||||||
|
si/resistance
|
||||||
|
si/speed
|
||||||
|
si/substance
|
||||||
|
si/surface_tension
|
||||||
|
si/temperature
|
||||||
|
si/thermal_conductivity
|
||||||
|
si/time
|
||||||
|
si/voltage
|
||||||
|
si/volume
|
4
docs/reference/systems/physical/si/absorbed_dose.rst
Normal file
4
docs/reference/systems/physical/si/absorbed_dose.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Absorbed Dose
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/absorbed_dose.h
|
4
docs/reference/systems/physical/si/acceleration.rst
Normal file
4
docs/reference/systems/physical/si/acceleration.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Acceleration
|
||||||
|
============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/acceleration.h
|
4
docs/reference/systems/physical/si/area.rst
Normal file
4
docs/reference/systems/physical/si/area.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Area
|
||||||
|
====
|
||||||
|
|
||||||
|
.. doxygenfile:: si/area.h
|
4
docs/reference/systems/physical/si/capacitance.rst
Normal file
4
docs/reference/systems/physical/si/capacitance.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Capacitance
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/capacitance.h
|
@@ -0,0 +1,4 @@
|
|||||||
|
Catalytic Activity
|
||||||
|
==================
|
||||||
|
|
||||||
|
.. doxygenfile:: si/catalytic_activity.h
|
4
docs/reference/systems/physical/si/charge_density.rst
Normal file
4
docs/reference/systems/physical/si/charge_density.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Charge Density
|
||||||
|
==============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/charge_density.h
|
4
docs/reference/systems/physical/si/concentration.rst
Normal file
4
docs/reference/systems/physical/si/concentration.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Concentration
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/conductance.h
|
4
docs/reference/systems/physical/si/conductance.rst
Normal file
4
docs/reference/systems/physical/si/conductance.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Conductance
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/conductance.h
|
4
docs/reference/systems/physical/si/constants.rst
Normal file
4
docs/reference/systems/physical/si/constants.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Constants
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/constants.h
|
4
docs/reference/systems/physical/si/current.rst
Normal file
4
docs/reference/systems/physical/si/current.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Current
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. doxygenfile:: si/current.h
|
4
docs/reference/systems/physical/si/current_density.rst
Normal file
4
docs/reference/systems/physical/si/current_density.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Current density
|
||||||
|
===============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/current_density.h
|
4
docs/reference/systems/physical/si/density.rst
Normal file
4
docs/reference/systems/physical/si/density.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Density
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. doxygenfile:: si/density.h
|
4
docs/reference/systems/physical/si/dynamic_viscosity.rst
Normal file
4
docs/reference/systems/physical/si/dynamic_viscosity.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Dynamic Viscosity
|
||||||
|
=================
|
||||||
|
|
||||||
|
.. doxygenfile:: si/dynamic_viscosity.h
|
4
docs/reference/systems/physical/si/electric_charge.rst
Normal file
4
docs/reference/systems/physical/si/electric_charge.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Electric Charge
|
||||||
|
===============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/electric_charge.h
|
@@ -0,0 +1,4 @@
|
|||||||
|
Electric Field Strength
|
||||||
|
=======================
|
||||||
|
|
||||||
|
.. doxygenfile:: si/electric_field_strength.h
|
4
docs/reference/systems/physical/si/energy.rst
Normal file
4
docs/reference/systems/physical/si/energy.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Energy
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: si/energy.h
|
4
docs/reference/systems/physical/si/force.rst
Normal file
4
docs/reference/systems/physical/si/force.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Force
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: si/force.h
|
4
docs/reference/systems/physical/si/frequency.rst
Normal file
4
docs/reference/systems/physical/si/frequency.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Frequency
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/frequency.h
|
4
docs/reference/systems/physical/si/heat_capacity.rst
Normal file
4
docs/reference/systems/physical/si/heat_capacity.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Heat Capacity
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/heat_capacity.h
|
4
docs/reference/systems/physical/si/inductance.rst
Normal file
4
docs/reference/systems/physical/si/inductance.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Inductance
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/inductance.h
|
4
docs/reference/systems/physical/si/length.rst
Normal file
4
docs/reference/systems/physical/si/length.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Length
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: si/length.h
|
4
docs/reference/systems/physical/si/luminance.rst
Normal file
4
docs/reference/systems/physical/si/luminance.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Luminance
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/luminance.h
|
@@ -0,0 +1,4 @@
|
|||||||
|
Luminous Intensity
|
||||||
|
==================
|
||||||
|
|
||||||
|
.. doxygenfile:: si/luminous_intensity.h
|
4
docs/reference/systems/physical/si/magnetic_flux.rst
Normal file
4
docs/reference/systems/physical/si/magnetic_flux.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Magnetic Flux
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/magnetic_flux.h
|
@@ -0,0 +1,4 @@
|
|||||||
|
Magnetic Induction
|
||||||
|
==================
|
||||||
|
|
||||||
|
.. doxygenfile:: si/magnetic_induction.h
|
4
docs/reference/systems/physical/si/mass.rst
Normal file
4
docs/reference/systems/physical/si/mass.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Mass
|
||||||
|
====
|
||||||
|
|
||||||
|
.. doxygenfile:: si/mass.h
|
4
docs/reference/systems/physical/si/molar_energy.rst
Normal file
4
docs/reference/systems/physical/si/molar_energy.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Molar Energy
|
||||||
|
============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/molar_energy.h
|
4
docs/reference/systems/physical/si/momentum.rst
Normal file
4
docs/reference/systems/physical/si/momentum.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Momentum
|
||||||
|
========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/momentum.h
|
4
docs/reference/systems/physical/si/permeability.rst
Normal file
4
docs/reference/systems/physical/si/permeability.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Permeability
|
||||||
|
============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/permeability.h
|
4
docs/reference/systems/physical/si/permittivity.rst
Normal file
4
docs/reference/systems/physical/si/permittivity.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Permittivity
|
||||||
|
============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/permittivity.h
|
4
docs/reference/systems/physical/si/power.rst
Normal file
4
docs/reference/systems/physical/si/power.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Power
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: si/power.h
|
4
docs/reference/systems/physical/si/prefixes.rst
Normal file
4
docs/reference/systems/physical/si/prefixes.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Prefixes
|
||||||
|
========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/prefixes.h
|
4
docs/reference/systems/physical/si/pressure.rst
Normal file
4
docs/reference/systems/physical/si/pressure.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Pressure
|
||||||
|
========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/pressure.h
|
4
docs/reference/systems/physical/si/resistance.rst
Normal file
4
docs/reference/systems/physical/si/resistance.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Resistance
|
||||||
|
==========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/resistance.h
|
4
docs/reference/systems/physical/si/speed.rst
Normal file
4
docs/reference/systems/physical/si/speed.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Speed
|
||||||
|
=====
|
||||||
|
|
||||||
|
.. doxygenfile:: si/speed.h
|
4
docs/reference/systems/physical/si/substance.rst
Normal file
4
docs/reference/systems/physical/si/substance.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Substance
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/substance.h
|
4
docs/reference/systems/physical/si/surface_tension.rst
Normal file
4
docs/reference/systems/physical/si/surface_tension.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Surface Tension
|
||||||
|
===============
|
||||||
|
|
||||||
|
.. doxygenfile:: si/surface_tension.h
|
4
docs/reference/systems/physical/si/temperature.rst
Normal file
4
docs/reference/systems/physical/si/temperature.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Temperature
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. doxygenfile:: si/temperature.h
|
@@ -0,0 +1,4 @@
|
|||||||
|
Thermal Conductivity
|
||||||
|
====================
|
||||||
|
|
||||||
|
.. doxygenfile:: si/thermal_conductivity.h
|
4
docs/reference/systems/physical/si/time.rst
Normal file
4
docs/reference/systems/physical/si/time.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Time
|
||||||
|
====
|
||||||
|
|
||||||
|
.. doxygenfile:: si/time.h
|
4
docs/reference/systems/physical/si/voltage.rst
Normal file
4
docs/reference/systems/physical/si/voltage.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Voltage
|
||||||
|
=======
|
||||||
|
|
||||||
|
.. doxygenfile:: si/voltage.h
|
4
docs/reference/systems/physical/si/volume.rst
Normal file
4
docs/reference/systems/physical/si/volume.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Volume
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: si/volume.h
|
7
docs/reference/systems/physical/typographic.rst
Normal file
7
docs/reference/systems/physical/typographic.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Typographic
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
typographic/length
|
4
docs/reference/systems/physical/typographic/length.rst
Normal file
4
docs/reference/systems/physical/typographic/length.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Length
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: typographic/length.h
|
7
docs/reference/systems/physical/us.rst
Normal file
7
docs/reference/systems/physical/us.rst
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
US
|
||||||
|
==
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
us/length
|
4
docs/reference/systems/physical/us/length.rst
Normal file
4
docs/reference/systems/physical/us/length.rst
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Length
|
||||||
|
======
|
||||||
|
|
||||||
|
.. doxygenfile:: us/length.h
|
Reference in New Issue
Block a user