Skip to content

Commit

Permalink
Merge pull request #475 from posit-dev/docs-gt-no-members
Browse files Browse the repository at this point in the history
docs: do not document GT members inline on its reference page
  • Loading branch information
machow authored Sep 30, 2024
2 parents 908ed6f + b89d94e commit d3305a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- main
- 'docs-preview-**'
- "docs-preview-**"
pull_request:
branches:
- main
Expand All @@ -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: |
Expand Down
5 changes: 4 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ 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
children: linked


- title: Creating or modifying parts of a table
desc: >
A table can contain a few useful components for conveying additional information. These
Expand Down

0 comments on commit d3305a2

Please sign in to comment.