Skip to content

Commit

Permalink
docs(reference): move backend info into reference
Browse files Browse the repository at this point in the history
The info under the top-level
Backends tab was really part of reference, so move it there.

Then it is close to the other top-level ibis.connect() API docs.

I put all the backends/*.qmd into a subfolder
so that the dropdown menu is not overwhelming
  • Loading branch information
NickCrews committed Sep 18, 2023
1 parent ca68b3e commit 216a2f1
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ website:
left:
- sidebar:getting-started
- sidebar:concepts
- sidebar:backends
- sidebar:how-to
- sidebar:reference
right:
Expand All @@ -105,13 +104,6 @@ website:
contents:
- why.qmd
- auto: concepts/*.qmd
- id: backends
title: "Backends"
style: "docked"
collapse-level: 2
contents:
- support_matrix.qmd
- auto: backends/*.qmd
- id: how-to
title: "How-to"
style: "docked"
Expand All @@ -138,9 +130,16 @@ website:
style: "docked"
collapse-level: 2
contents:
- section: Expression API
- section: Backend API
contents:
- support_matrix.qmd
- reference/connection.qmd
- section: Specific Backend APIs
contents:
- auto: backends/*.qmd

- section: Expression API
contents:
- reference/expression-tables.qmd
- reference/selectors.qmd
- reference/expression-generic.qmd
Expand Down Expand Up @@ -185,15 +184,15 @@ quartodoc:
member_options:
signature_name: short
sections:
- title: Expression API
desc: "APIs for manipulating table, column and scalar expressions"
- title: Connection API
desc: Manage backend connections.
contents:
- kind: page
package: ibis
path: connection
summary:
name: Connection API
desc: Manage backend connections.
name: Top-level Backend API
desc: Create and manage backend connections.
contents:
- name: connect
dynamic: true
Expand All @@ -202,6 +201,9 @@ quartodoc:
- name: set_backend
dynamic: true

- title: Expression API
desc: "APIs for manipulating table, column and scalar expressions"
contents:
- kind: page
path: expression-tables
package: ibis.expr.types.relations
Expand Down

0 comments on commit 216a2f1

Please sign in to comment.