From db5c6b127f3fd5a43400926b76545b09401fc478 Mon Sep 17 00:00:00 2001 From: Gabe Fierro Date: Fri, 6 Aug 2021 13:41:03 -0600 Subject: [PATCH] updates --- _config.yml | 9 ++++++++- brick/concepts.md | 12 ++++++++++++ brick/designpatterns.md | 12 ++++++++++++ brick/overview.md | 12 ++++++++++++ brick/relationships.md | 12 ++++++++++++ brick/timeseries.md | 12 ++++++++++++ extra/extending.md | 12 ++++++++++++ lifecycle/inference.md | 12 ++++++++++++ lifecycle/validation.md | 12 ++++++++++++ metadata/entity-properties.md | 12 ++++++++++++ metadata/overview.md | 12 ++++++++++++ metadata/tags.md | 5 ++++- metadata/timeseries-storage.md | 12 ++++++++++++ requirements.txt | 2 +- software/database.md | 12 ++++++++++++ 15 files changed, 157 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 006e374..80451ea 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,7 @@ logo: img/logo.png # Force re-execution of notebooks on each build. # See https://jupyterbook.org/content/execute.html execute: - execute_notebooks: force + execute_notebooks: off # Define the name of the latex output file for PDF builds latex: @@ -30,3 +30,10 @@ html: launch_buttons: binderhub_url: "https://mybinder.org" # The URL for your BinderHub (e.g., https://mybinder.org) thebe : true + +bibtex_bibfiles: + - references.bib + +sphinx: + config: + bibtex_reference_style: author_year diff --git a/brick/concepts.md b/brick/concepts.md index f7b1461..2b2bb33 100644 --- a/brick/concepts.md +++ b/brick/concepts.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Core Concepts ============== diff --git a/brick/designpatterns.md b/brick/designpatterns.md index 9466df1..b675b18 100644 --- a/brick/designpatterns.md +++ b/brick/designpatterns.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Design Patterns =============== diff --git a/brick/overview.md b/brick/overview.md index 388d56f..f8153d1 100644 --- a/brick/overview.md +++ b/brick/overview.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Design Principles ====================== diff --git a/brick/relationships.md b/brick/relationships.md index d757458..48128ab 100644 --- a/brick/relationships.md +++ b/brick/relationships.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Relationships ============= diff --git a/brick/timeseries.md b/brick/timeseries.md index 5d0f742..3f3158d 100644 --- a/brick/timeseries.md +++ b/brick/timeseries.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Modeling Data Sources ===================== diff --git a/extra/extending.md b/extra/extending.md index 9eb08d0..ab15fbc 100644 --- a/extra/extending.md +++ b/extra/extending.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Extending Brick =============== diff --git a/lifecycle/inference.md b/lifecycle/inference.md index 4f412c8..21b8b0c 100644 --- a/lifecycle/inference.md +++ b/lifecycle/inference.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Inference and Reasoning ======================= diff --git a/lifecycle/validation.md b/lifecycle/validation.md index b8f9c25..e26aa7b 100644 --- a/lifecycle/validation.md +++ b/lifecycle/validation.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Validation ========== diff --git a/metadata/entity-properties.md b/metadata/entity-properties.md index efc7b2a..2a38e94 100644 --- a/metadata/entity-properties.md +++ b/metadata/entity-properties.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Entity Properties ================= diff --git a/metadata/overview.md b/metadata/overview.md index 37decff..2036e67 100644 --- a/metadata/overview.md +++ b/metadata/overview.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Overview ======== diff --git a/metadata/tags.md b/metadata/tags.md index c555023..8d0a3f9 100644 --- a/metadata/tags.md +++ b/metadata/tags.md @@ -4,9 +4,12 @@ jupytext: text_representation: extension: .md format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 --- - Using Tags ========== diff --git a/metadata/timeseries-storage.md b/metadata/timeseries-storage.md index 1501946..eb67897 100644 --- a/metadata/timeseries-storage.md +++ b/metadata/timeseries-storage.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + Timeseries Storage ================== diff --git a/requirements.txt b/requirements.txt index 8ddc1bb..e6b935c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ jupyter-book matplotlib numpy -sparqlkernel +sphinxcontrib-bibtex diff --git a/software/database.md b/software/database.md index 4afab2b..bd71cac 100644 --- a/software/database.md +++ b/software/database.md @@ -1,3 +1,15 @@ +--- +jupytext: + formats: md:myst + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + # Database Backends for Brick In this section, we provide an incomplete list of available commercial and open-source databases which support Brick features.