Skip to content

Commit 5013e5e

Browse files
authored
Merge pull request #145 from Point72/tkp/typo
Fix typos, add etl to sidebar
2 parents 7580034 + 67eb09c commit 5013e5e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/wiki/ETL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ When we write the configuration files for our `RestModel`, we'll see how this li
113113

114114
The second function here launches a helpful UI to browse the `hydra` configuration hierarchy we've constructed.
115115

116-
> ![NOTE]
116+
> [!NOTE]
117117
> These can be run directly from `ccflow`:
118118
> `python -m ccflow.examples.etl` and `python -m ccflow.examples.etl.explain`
119119
@@ -311,7 +311,7 @@ python -m ccflow.examples.etl.explain ++extract.publisher.name=test
311311

312312
## Appendix - Multiple Files
313313

314-
In `hydra`, its conveniet to have things broken up across multiple files.
314+
In `hydra`, its convenient to have things broken up across multiple files.
315315
In our example above, we can do this as follows:
316316

317317
**etl/config/base.yaml**

docs/wiki/_Sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Notes for editors:
1919

2020
- [Configuration](Configuration)
2121
- [Workflows](Workflows)
22+
- [ETL](ETL)
2223

2324
**Developer Guide**
2425

0 commit comments

Comments
 (0)