Skip to content

Commit

Permalink
rename aux files with "_" prefix to avoid conflicts with git-deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
kmasiello committed Aug 7, 2024
1 parent 1bcbf85 commit 2ff15f4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/slides/02_data_download_and_databases.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ <h2>
<p>👉 Activity objective: Work with a simple Quarto email document and preview the email locally</p>
<ul>
<li>Return to the project <code>01-raw-data-write.Rproj</code></li>
<li>Open the file <code>simple-quarto-email/simple-quarto-email.qmd</code></li>
<li>Open the file <code>simple-quarto-email/_simple-quarto-email.qmd</code></li>
<li>We will render this document and preview the email locally</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/slides/03_data_validation_and_alerting.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ <h2>
<p>👉 Activity objective: Use <code>pointblank</code> to validate data, remove non-compliant records, and explore validation results.</p>
<ul>
<li>Open the project <code>materials/03-data-clean-validate/03-data-clean-validate.Rproj</code></li>
<li>Open the file <code>simple-validation.qmd</code></li>
<li>Open the file <code>_simple-validation.qmd</code></li>
<li>🛑 We will work through the entire notebook together</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/slides/06_managing_environments.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ <h3 id="posit-team">Posit Team</h3>
</ul></li>
</ul>
<h3 id="workshop-feedback">Workshop Feedback</h3>
<p>Please go to <a href="pos.it/conf-workshop-survey">pos.it/conf-workshop-survey</a>. Your feedback is crucial! Data from the survey informs curriculum and format decisions for future conf workshops, and we really appreciate you taking the time to provide it.</p>
<p>Please go to <a href="https://pos.it/conf-workshop-survey">pos.it/conf-workshop-survey</a>. Your feedback is crucial! Data from the survey informs curriculum and format decisions for future conf workshops, and we really appreciate you taking the time to provide it.</p>

<div class="quarto-auto-generated-content">
<div class="footer footer-default">
Expand Down
2 changes: 1 addition & 1 deletion website/slides/02_data_download_and_databases.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ subject
👉 Activity objective: Work with a simple Quarto email document and preview the email locally

- Return to the project `01-raw-data-write.Rproj`
- Open the file `simple-quarto-email/simple-quarto-email.qmd`
- Open the file `simple-quarto-email/_simple-quarto-email.qmd`
- We will render this document and preview the email locally

:::
Expand Down
2 changes: 1 addition & 1 deletion website/slides/03_data_validation_and_alerting.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pointblank::scan_data(palmerpenguins::penguins)
👉 Activity objective: Use `pointblank` to validate data, remove non-compliant records, and explore validation results.

- Open the project `materials/03-data-clean-validate/03-data-clean-validate.Rproj`
- Open the file `simple-validation.qmd`
- Open the file `_simple-validation.qmd`
- 🛑 We will work through the entire notebook together
:::

Expand Down
2 changes: 1 addition & 1 deletion website/slides/06_managing_environments.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ Ref:

### Workshop Feedback

Please go to [pos.it/conf-workshop-survey](pos.it/conf-workshop-survey). Your feedback is crucial! Data from the survey informs curriculum and format decisions for future conf workshops, and we really appreciate you taking the time to provide it.
Please go to [pos.it/conf-workshop-survey](https://pos.it/conf-workshop-survey). Your feedback is crucial! Data from the survey informs curriculum and format decisions for future conf workshops, and we really appreciate you taking the time to provide it.

0 comments on commit 2ff15f4

Please sign in to comment.