Skip to content

Commit

Permalink
quartodoc now can be called directly (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored May 12, 2023
1 parent 9e7c500 commit 5c830fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
working-directory: docs
# objects.json: https://github.com/machow/quartodoc/issues/63
run: |
python -m quartodoc build
quartodoc build
rm objects.json
- name: Render Quarto Project
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ python/reference/
python/data/
*.html
/Manifest.toml
objects.json
2 changes: 1 addition & 1 deletion docs/contribute/core.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The Python API reference is created using quartodoc by running this command from
folder:

```bash
python -m quartodoc build
quartodoc build
```

You typically only have to run this once, or if you want to check out how it looks after
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/python.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pytest tests
Run in the docs folder:

```
python -m quartodoc build
quartodoc build
```

This will generate the `.qmd` files in `docs/python/reference` for inspection.
Expand Down

0 comments on commit 5c830fa

Please sign in to comment.