Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Aug 6, 2021
1 parent c7eb859 commit db5c6b1
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 3 deletions.
9 changes: 8 additions & 1 deletion _config.yml
Expand Up @@ -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:
Expand All @@ -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
12 changes: 12 additions & 0 deletions 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
==============

Expand Down
12 changes: 12 additions & 0 deletions 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
===============

12 changes: 12 additions & 0 deletions 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
======================

Expand Down
12 changes: 12 additions & 0 deletions 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
=============

Expand Down
12 changes: 12 additions & 0 deletions 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
=====================

Expand Down
12 changes: 12 additions & 0 deletions 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
===============

Expand Down
12 changes: 12 additions & 0 deletions 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
=======================

Expand Down
12 changes: 12 additions & 0 deletions 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
==========

Expand Down
12 changes: 12 additions & 0 deletions 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
=================

Expand Down
12 changes: 12 additions & 0 deletions 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
========

Expand Down
5 changes: 4 additions & 1 deletion metadata/tags.md
Expand Up @@ -4,9 +4,12 @@ jupytext:
text_representation:
extension: .md
format_name: myst
kernelspec:
display_name: Python 3
language: python
name: python3
---


Using Tags
==========

Expand Down
12 changes: 12 additions & 0 deletions 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
==================

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
jupyter-book
matplotlib
numpy
sparqlkernel
sphinxcontrib-bibtex
12 changes: 12 additions & 0 deletions 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.
Expand Down

0 comments on commit db5c6b1

Please sign in to comment.