Skip to content

Commit b656500

Browse files
arnoegwGoogle-ML-Automation
authored andcommitted
Markdown fix for list of next steps after Intro to Parallel Programming.
PiperOrigin-RevId: 834770837
1 parent 563cd58 commit b656500

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/sharded-computation.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,8 @@
935935
"To learn about each SPMD method in-depth, check out these docs:\n",
936936
"- {doc}`../notebooks/Distributed_arrays_and_automatic_parallelization`\n",
937937
"- {doc}`../notebooks/explicit-sharding`\n",
938-
"- {doc}`../notebooks/shard_map`- {doc}`../the-training-cookbook`"
938+
"- {doc}`../notebooks/shard_map`\n",
939+
"- {doc}`../the-training-cookbook`"
939940
]
940941
}
941942
],

docs/sharded-computation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,4 +444,5 @@ This tutorial serves as a brief introduction of sharded and parallel computation
444444
To learn about each SPMD method in-depth, check out these docs:
445445
- {doc}`../notebooks/Distributed_arrays_and_automatic_parallelization`
446446
- {doc}`../notebooks/explicit-sharding`
447-
- {doc}`../notebooks/shard_map`- {doc}`../the-training-cookbook`
447+
- {doc}`../notebooks/shard_map`
448+
- {doc}`../the-training-cookbook`

0 commit comments

Comments
 (0)