Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: why ibis and other edits #6976

Merged
merged 2 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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