quarto-web icon indicating copy to clipboard operation
quarto-web copied to clipboard

docs for list-tables

Open cscheid opened this issue 3 months ago • 10 comments

Docs for https://github.com/quarto-dev/quarto-cli/pull/13528

cscheid avatar Oct 10 '25 00:10 cscheid

📝 Preview Deployment

🔍 Full site preview: https://deploy-preview-1801.quarto.org

🔄 Modified Documents

github-actions[bot] avatar Oct 10 '25 00:10 github-actions[bot]

(the feature needs to be in quarto-cli before this PR will build correctly.)

cscheid avatar Oct 10 '25 13:10 cscheid

📝 Preview Deployment

🔍 Full site preview: https://deploy-preview-1801.quarto.org

🔄 Modified Documents

github-actions[bot] avatar Oct 10 '25 19:10 github-actions[bot]

/deploy-preview

(edit: I guess the bot doesn't listen to me 😢)

cscheid avatar Oct 10 '25 19:10 cscheid

📝 Preview Deployment

🔍 Full site preview: https://deploy-preview-1801.quarto.org

🔄 Modified Documents

github-actions[bot] avatar Oct 10 '25 19:10 github-actions[bot]

@cderv This is weird - I can't get the preview to show my changes..

cscheid avatar Oct 10 '25 19:10 cscheid

Usually, when this happens, this is a freeze topic:

This file has some computation code cell https://github.com/quarto-dev/quarto-web/blob/3b0bf32466c2f4f04fb4ac822bd893355de1f578/docs/authoring/tables.qmd#L204-L219

So freeze needs to be updated locally and commited. See in _freeze directory _freeze/docs/authoring/tables/execute-results

So locally you need to quarto render docs/authoring/tables.qmd using the venv for quarto-web. If you're not setup locally, I can run it for you (I haven't made the switch to uv here yet, so we are using pipenv (https://github.com/quarto-dev/quarto-web#python-environment-for-jupyter-engine-and-knitr-through-reticulate)

cderv avatar Oct 13 '25 13:10 cderv

Ahhhhhh you're right, thank you!! 🤦 How much work would it be for the CI to warn when we make .qmd changes to a file that has freeze output?

cscheid avatar Oct 14 '25 14:10 cscheid

How much work would it be for the CI to warn when we make .qmd changes to a file that has freeze output?

That's a good question. I'll think about it. If we report in quarto inspect that the document is frozen, then it could be quite easy.

Otherwise, I can find some heuristic.

cderv avatar Oct 14 '25 14:10 cderv

I'll think about it. If we report in quarto inspect that the document is frozen, then it could be quite easy.

Very good idea. Tracking here: https://github.com/quarto-dev/quarto-cli/issues/13554

cscheid avatar Oct 14 '25 15:10 cscheid