Skip to content

Commit

Permalink
Manually number chapter numbers. (#79)
Browse files Browse the repository at this point in the history
For now.
  • Loading branch information
jonthegeek committed Jun 19, 2024
1 parent 1325b6d commit 57ab6af
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion slides/httr2/accessing-more.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Learn more about APIs
title: 12. Learn more about APIs
---

# TODO
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/accessing-other.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Communicate with other types of APIs
title: 11. Communicate with other types of APIs
---

# ️✅ Learning objectives
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/apis-find.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Find APIs
title: 10. Find APIs
---

# ️✅ Learning objectives
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/apis-start.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Get started with APIs
title: 2. Get started with APIs
---

# TODO
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/httr2-authentication.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Tell APIs who you are
title: 5. Tell APIs who you are
---

# TODO
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/httr2-methods.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Do other things with APIs
title: 9. Do other things with APIs
---

# ️✅ Learning objectives
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/httr2-pagination.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Get a lot of data from APIs
title: 6. Get a lot of data from APIs
---

# ️✅ Learning objectives
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/httr2-responses.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Process other response types
title: 8. Process other response types
---

# ️✅ Learning objectives
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/httr2.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Easily access APIs with {httr2}
title: 4. Easily access APIs with {httr2}
resources:
- "httr2/openfec_response.json"
---
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/rvest.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Scrape data from web pages
title: 7. Scrape data from web pages
---

# ️✅ Learning objectives
Expand Down
2 changes: 1 addition & 1 deletion slides/httr2/schemas.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
engine: knitr
title: Quickly parse API responses
title: 3. Quickly parse API responses
resources:
- "schemas/demo_json.json"
---
Expand Down
2 changes: 1 addition & 1 deletion slides/intro.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Introduction"
title: "1. Introduction"
engine: knitr
---

Expand Down

0 comments on commit 57ab6af

Please sign in to comment.