Skip to content

Commit

Permalink
docs(quarto): add quartodoc interlinks filter
Browse files Browse the repository at this point in the history
  • Loading branch information
machow authored and cpcloud committed Sep 6, 2023
1 parent f7bce73 commit 9f7a1ef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/_quarto.yml
Expand Up @@ -13,6 +13,25 @@ execute:
warning: false
error: false


filters:
- interlinks


interlinks:
fast: true
sources:
python:
url: https://docs.python.org/3/
sqlalchemy:
url: https://docs.sqlalchemy.org/
arrow:
url: https://arrow.apache.org/docs/
pandas:
url: http://pandas.pydata.org/pandas-docs/stable/



website:
title: "Ibis"
site-url: https://ibis-project.org
Expand Down Expand Up @@ -130,6 +149,7 @@ quartodoc:
package: ibis
title: Reference
sidebar: reference/_sidebar.yml
render_interlinks: true
sections:
- title: Expressions
desc: ""
Expand Down
2 changes: 2 additions & 0 deletions justfile
Expand Up @@ -136,6 +136,8 @@ profile +args:
pyinstrument {{ args }}
docs-apigen *args:
cd docs && quarto add machow/quartodoc --no-prompt
cd docs && quartodoc interlinks
quartodoc build {{ args }} --config docs/_quarto.yml
# build documentation
Expand Down

0 comments on commit 9f7a1ef

Please sign in to comment.