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

wip use quartodoc to build website #272

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ dist
/*.ipynb
*.csv
_build

/.quarto/
_site
reference/
18 changes: 18 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
project:
type: website
output-dir: ../_site

metadata-files:
- _sidebar.yml

quartodoc:
package: pyprql
title: Reference
sidebar: _sidebar.yml

sections:
- title: Some functions
desc: Functions to inspect docstrings.
contents:
- magic.prql
- pandas_accessor.prql
11 changes: 11 additions & 0 deletions _sidebar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
website:
sidebar:
- contents:
- reference/index.qmd
- contents:
- reference/magic.prql.qmd
- reference/pandas_accessor.qmd
- reference/pandas_accessor.prql.qmd
section: Some functions
id: reference
- id: dummy-sidebar
272 changes: 0 additions & 272 deletions docs/PRQL_Demo.ipynb

This file was deleted.

25 changes: 0 additions & 25 deletions docs/archive/cli.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/archive/contributing.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/archive/pyprql.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/archive/styler.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog.md

This file was deleted.

Loading