Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/workbook/track_d_dataset_map.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ When you run:
...the workbook starter is created and the canonical (seeded) Track D datasets are
installed into the workbook folder under:

* ``data/synthetic/ledgerlab_ch01_seed123/``
* ``data/synthetic/nso_v1_seed123/``
* ``data/synthetic/ledgerlab_ch01/``
* ``data/synthetic/nso_v1/``

These are small, deterministic datasets (seed=123) designed for learning.

Expand Down
8 changes: 4 additions & 4 deletions docs/source/workbook/track_d_outputs_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ After you run a few scripts, ``outputs/track_d`` will look something like this:
outputs/track_d/
d00_peek_data_summary.md
business_ch01_summary.json
business_ch01_cash_flow_bridge.png
business_ch01_trial_balance.png
business_ch01_cash_balance.png
business_ch01_balance_sheet_bar.png
...

The exact filenames vary by chapter.
Expand All @@ -97,8 +97,8 @@ Example from Chapter 1:
scripts/business_ch01_accounting_measurement.py
Outputs -> outputs/track_d/
- business_ch01_summary.json
- business_ch01_trial_balance.png
- business_ch01_cash_flow_bridge.png
- business_ch01_balance_sheet_bar.png
- business_ch01_cash_balance.png

Interpreting the console output
-------------------------------
Expand Down