From 5a87b6400965ccfc82949d4a1a1cf2e9c872a6e3 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 13 Sep 2020 17:44:48 +0200 Subject: [PATCH] docs: more core docs restored --- docs/CMakeLists.txt | 30 +++++++++---------- {docs_disabled => docs}/reference/core.rst | 0 .../reference/core/concepts.rst | 0 .../reference/core/customization_points.rst | 0 .../reference/core/metafunctions.rst | 0 .../reference/core/types.rst | 0 .../reference/core/types/dimensions.rst | 0 .../reference/core/types/prefixes.rst | 0 .../reference/core/types/quantity.rst | 0 .../reference/core/types/quantity_point.rst | 0 .../reference/core/types/units.rst | 0 .../reference/core/types/utilities.rst | 0 .../types/utilities/basic_fixed_string.rst | 0 .../types/utilities/basic_symbol_text.rst | 0 .../reference/core/types/utilities/ratio.rst | 0 {docs_disabled => docs}/reference/random.rst | 0 16 files changed, 15 insertions(+), 15 deletions(-) rename {docs_disabled => docs}/reference/core.rst (100%) rename {docs_disabled => docs}/reference/core/concepts.rst (100%) rename {docs_disabled => docs}/reference/core/customization_points.rst (100%) rename {docs_disabled => docs}/reference/core/metafunctions.rst (100%) rename {docs_disabled => docs}/reference/core/types.rst (100%) rename {docs_disabled => docs}/reference/core/types/dimensions.rst (100%) rename {docs_disabled => docs}/reference/core/types/prefixes.rst (100%) rename {docs_disabled => docs}/reference/core/types/quantity.rst (100%) rename {docs_disabled => docs}/reference/core/types/quantity_point.rst (100%) rename {docs_disabled => docs}/reference/core/types/units.rst (100%) rename {docs_disabled => docs}/reference/core/types/utilities.rst (100%) rename {docs_disabled => docs}/reference/core/types/utilities/basic_fixed_string.rst (100%) rename {docs_disabled => docs}/reference/core/types/utilities/basic_symbol_text.rst (100%) rename {docs_disabled => docs}/reference/core/types/utilities/ratio.rst (100%) rename {docs_disabled => docs}/reference/random.rst (100%) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index b9d2a0b2..d1bcae4f 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -116,24 +116,24 @@ add_custom_command(OUTPUT "${SPHINX_INDEX_FILE}" "${CMAKE_CURRENT_SOURCE_DIR}/introduction.rst" "${CMAKE_CURRENT_SOURCE_DIR}/quick_start.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/concepts.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/customization_points.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/concepts.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/customization_points.rst" # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/functions.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/metafunctions.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/dimensions.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/prefixes.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/quantity.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/quantity_point.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/units.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities/basic_fixed_string.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities/basic_symbol_text.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities/ratio.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/metafunctions.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/dimensions.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/prefixes.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/quantity.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/quantity_point.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/units.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities/basic_fixed_string.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities/basic_symbol_text.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/core/types/utilities/ratio.rst" # "${CMAKE_CURRENT_SOURCE_DIR}/reference/math.rst" - # "${CMAKE_CURRENT_SOURCE_DIR}/reference/random.rst" + "${CMAKE_CURRENT_SOURCE_DIR}/reference/random.rst" "${CMAKE_CURRENT_SOURCE_DIR}/reference/systems.rst" diff --git a/docs_disabled/reference/core.rst b/docs/reference/core.rst similarity index 100% rename from docs_disabled/reference/core.rst rename to docs/reference/core.rst diff --git a/docs_disabled/reference/core/concepts.rst b/docs/reference/core/concepts.rst similarity index 100% rename from docs_disabled/reference/core/concepts.rst rename to docs/reference/core/concepts.rst diff --git a/docs_disabled/reference/core/customization_points.rst b/docs/reference/core/customization_points.rst similarity index 100% rename from docs_disabled/reference/core/customization_points.rst rename to docs/reference/core/customization_points.rst diff --git a/docs_disabled/reference/core/metafunctions.rst b/docs/reference/core/metafunctions.rst similarity index 100% rename from docs_disabled/reference/core/metafunctions.rst rename to docs/reference/core/metafunctions.rst diff --git a/docs_disabled/reference/core/types.rst b/docs/reference/core/types.rst similarity index 100% rename from docs_disabled/reference/core/types.rst rename to docs/reference/core/types.rst diff --git a/docs_disabled/reference/core/types/dimensions.rst b/docs/reference/core/types/dimensions.rst similarity index 100% rename from docs_disabled/reference/core/types/dimensions.rst rename to docs/reference/core/types/dimensions.rst diff --git a/docs_disabled/reference/core/types/prefixes.rst b/docs/reference/core/types/prefixes.rst similarity index 100% rename from docs_disabled/reference/core/types/prefixes.rst rename to docs/reference/core/types/prefixes.rst diff --git a/docs_disabled/reference/core/types/quantity.rst b/docs/reference/core/types/quantity.rst similarity index 100% rename from docs_disabled/reference/core/types/quantity.rst rename to docs/reference/core/types/quantity.rst diff --git a/docs_disabled/reference/core/types/quantity_point.rst b/docs/reference/core/types/quantity_point.rst similarity index 100% rename from docs_disabled/reference/core/types/quantity_point.rst rename to docs/reference/core/types/quantity_point.rst diff --git a/docs_disabled/reference/core/types/units.rst b/docs/reference/core/types/units.rst similarity index 100% rename from docs_disabled/reference/core/types/units.rst rename to docs/reference/core/types/units.rst diff --git a/docs_disabled/reference/core/types/utilities.rst b/docs/reference/core/types/utilities.rst similarity index 100% rename from docs_disabled/reference/core/types/utilities.rst rename to docs/reference/core/types/utilities.rst diff --git a/docs_disabled/reference/core/types/utilities/basic_fixed_string.rst b/docs/reference/core/types/utilities/basic_fixed_string.rst similarity index 100% rename from docs_disabled/reference/core/types/utilities/basic_fixed_string.rst rename to docs/reference/core/types/utilities/basic_fixed_string.rst diff --git a/docs_disabled/reference/core/types/utilities/basic_symbol_text.rst b/docs/reference/core/types/utilities/basic_symbol_text.rst similarity index 100% rename from docs_disabled/reference/core/types/utilities/basic_symbol_text.rst rename to docs/reference/core/types/utilities/basic_symbol_text.rst diff --git a/docs_disabled/reference/core/types/utilities/ratio.rst b/docs/reference/core/types/utilities/ratio.rst similarity index 100% rename from docs_disabled/reference/core/types/utilities/ratio.rst rename to docs/reference/core/types/utilities/ratio.rst diff --git a/docs_disabled/reference/random.rst b/docs/reference/random.rst similarity index 100% rename from docs_disabled/reference/random.rst rename to docs/reference/random.rst