Skip to content

Commit

Permalink
style: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 25, 2023
1 parent 487a5e5 commit f1a7be0
Show file tree
Hide file tree
Showing 39 changed files with 128 additions and 133 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ docs/SUMMARY.md
docs/api/expressions/top_level.md
docs/overrides/*.html
docs/release_notes.md
docs2/_freeze
ibis
poetry.lock
result*
Expand Down
2 changes: 1 addition & 1 deletion docs2/_callouts/experimental_backend.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
::: {.callout-warning}
The Polars backend is experimental and is subject to backwards incompatible changes.
:::
:::
4 changes: 2 additions & 2 deletions docs2/_callouts/pypi_warning.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
::: {.callout-warning}
::: {.callout-warning}
Note that the `ibis-framework` package is _not_ the same as the `ibis` package in PyPI. These two libraries cannot coexist in the same Python environment, as they are both imported with the `ibis` module name.
:::
:::
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
]
}
}
}
}
16 changes: 8 additions & 8 deletions docs2/_quarto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project:
type: website

execute:
execute:
warning: false
error: false

Expand Down Expand Up @@ -43,7 +43,7 @@ website:
- icon: github
menu:
- text: Source code
url: https://github.com/ibis-project/ibis
url: https://github.com/ibis-project/ibis
- text: Report a bug
url: https://github.com/ibis-project/ibis/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml&title=bug
- text: Submit a feature request
Expand All @@ -66,7 +66,7 @@ website:
title: "Getting started"
style: "docked"
collapse-level: 2
contents:
contents:
- why.qmd
- install.qmd
- auto: tutorials/*.qmd
Expand All @@ -81,7 +81,7 @@ website:
title: "Backends"
style: "docked"
collapse-level: 2
contents:
contents:
- support_matrix.qmd
- auto: backends/*.qmd
- id: how-to
Expand All @@ -98,7 +98,7 @@ website:
title: "Community"
style: "docked"
collapse-level: 2
contents:
contents:
- auto: community
- id: presentations
title: "Presentations"
Expand All @@ -115,8 +115,9 @@ website:

format:
html:
theme:
light: flatly
theme:
light:
flatly
#dark: darkly
css: styles.css
toc: true
Expand All @@ -125,4 +126,3 @@ format:
# if using the vapor theme, adjust the text color optionally
#fontcolor: fuchsia
#linkcolor: fuchsia

Loading

0 comments on commit f1a7be0

Please sign in to comment.