Skip to content

Commit 3bb6669

Browse files
authored
Merge pull request #176 from uriahf/observable_report
Observable report
2 parents a95301a + d589966 commit 3bb6669

File tree

19 files changed

+557
-1349
lines changed

19 files changed

+557
-1349
lines changed

.github/workflows/python-package.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,17 @@ jobs:
4848
run: |
4949
git config --global user.name "github-actions[bot]"
5050
git config --global user.email "github-actions[bot]@users.noreply.github.com"
51+
52+
- name: Quartodoc build
53+
working-directory: docs
54+
run: uv run quartodoc build
55+
56+
- name: Clean any leftover Quarto publish worktree
57+
run: rm -rf .quarto
5158

5259
- name: Render and Publish
5360
working-directory: docs
54-
run: uv run quarto publish gh-pages --no-browser --token "${{ secrets.GITHUB_TOKEN }}"
61+
run: uv run quarto publish gh-pages --no-browser --no-prompt --token "${{ secrets.GITHUB_TOKEN }}"
5562

5663
- name: Publish package
5764
if: github.ref == 'refs/heads/main' && matrix.python-version == '3.10'

docs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/.quarto/
2+
3+
**/*.quarto_ipynb
4+
_sidebar.yml

docs/Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/_quarto.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ quartodoc:
1616
package: rtichoke
1717
sidebar: "_sidebar.yml"
1818
sections:
19+
- title: Performance Data
20+
desc: Functions for creating performance data.
21+
contents:
22+
- prepare_performance_data
23+
- prepare_performance_data_times
1924
- title: Calibration
2025
desc: Functions for Calibration.
2126
contents:

docs/_sidebar.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)