From 1d5a414c3336070e354416dc17b7a01343d00237 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Mon, 30 Sep 2024 16:18:46 -0400 Subject: [PATCH 1/4] docs: do not document GT members inline on its reference page --- docs/_quarto.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 55f19de95..418e901fd 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -82,7 +82,9 @@ quartodoc: class, we supply the input data table and some basic options for creating a stub and row groups (with the `rowname_col=` and `groupname_col=` arguments). contents: - - GT + - name: GT + members: [] + - title: Creating or modifying parts of a table desc: > A table can contain a few useful components for conveying additional information. These From a407a98278df67462af90c1633ced781973dca7b Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Mon, 30 Sep 2024 16:23:25 -0400 Subject: [PATCH 2/4] docs: link to method docs inline on GT reference page --- docs/_quarto.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 418e901fd..a2dfd5ff7 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -83,7 +83,8 @@ quartodoc: groups (with the `rowname_col=` and `groupname_col=` arguments). contents: - name: GT - members: [] + children: linked + - title: Creating or modifying parts of a table desc: > From 871ca1ca749a1e6c0d97f20907f8be73b07d136c Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Mon, 30 Sep 2024 16:35:08 -0400 Subject: [PATCH 3/4] ci: use latest quartodoc commit for now --- .github/workflows/ci-docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-docs.yaml b/.github/workflows/ci-docs.yaml index a48bf5437..f4c9cf153 100644 --- a/.github/workflows/ci-docs.yaml +++ b/.github/workflows/ci-docs.yaml @@ -2,7 +2,7 @@ on: push: branches: - main - - 'docs-preview-**' + - "docs-preview-**" pull_request: branches: - main @@ -20,6 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install ".[all]" + pip install git+https://github.com/machow/quartodoc.git@a98bf47004a76578e6893b4ba6d9447322137a3c - uses: quarto-dev/quarto-actions/setup@v2 - name: Build docs run: | From b89d94ec9ba3048ba1044b121c44b0399d083d7d Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Mon, 30 Sep 2024 16:35:34 -0400 Subject: [PATCH 4/4] chore: format _quarto.yml --- docs/_quarto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index a2dfd5ff7..c0e3b385f 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -84,8 +84,8 @@ quartodoc: contents: - name: GT children: linked - - + + - title: Creating or modifying parts of a table desc: > A table can contain a few useful components for conveying additional information. These