Skip to content

Commit

Permalink
docs: why ibis and other edits
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored and cpcloud committed Sep 1, 2023
1 parent 1e6b4a1 commit 7680051
Show file tree
Hide file tree
Showing 9 changed files with 1,406 additions and 31 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ poetry.lock linguist-generated=true
requirements.txt linguist-generated=true
docs/backends/app/requirements.txt linguist-generated=false
docs/_freeze/**/html.json linguist-generated=true
docs/**/*.excalidraw linguist-generated=true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
args: ["--allow-missing-credentials"]
- id: detect-private-key
- id: end-of-file-fixer
exclude: (.+/snapshots/.+)|(.*docs/_freeze/.+\.json)
exclude: (.+/snapshots/.+)|(.*docs/_freeze/.+\.json)|(.+\.excalidraw)
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: trailing-whitespace
Expand Down
3 changes: 1 addition & 2 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,14 @@ website:
style: "docked"
collapse-level: 2
contents:
- why.qmd
- install.qmd
- auto: tutorials/*.qmd
- id: concepts
title: "Concepts"
style: "docked"
collapse-level: 2
contents:
- what.qmd
- why.qmd
- auto: concepts/*.qmd
- id: backends
title: "Backends"
Expand Down
3 changes: 0 additions & 3 deletions docs/concepts/frontend.qmd

This file was deleted.

2 changes: 1 addition & 1 deletion docs/concepts/internals.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Internals

The internals are designed to map the frontend to the backend.
The internals are designed to map the Ibis API to the backend.

## Primary Goals

Expand Down
Loading

0 comments on commit 7680051

Please sign in to comment.