Skip to content

Commit 4f6cdf4

Browse files
Merge pull request #2747 from AI-Hypercomputer:jacoguzo/documentation_reorg
PiperOrigin-RevId: 839993035
2 parents 6ce880e + 511d24c commit 4f6cdf4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+200
-198
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
# Remove specific documents from ToC
7575
exclude_patterns = [
76-
"guides/run_maxtext/run_maxtext_via_multihost_job.md",
77-
"guides/run_maxtext/run_maxtext_via_multihost_runner.md",
78-
"explanations/llm_calculator.ipynb",
76+
"run_maxtext/run_maxtext_via_multihost_job.md",
77+
"run_maxtext/run_maxtext_via_multihost_runner.md",
78+
"reference/core_concepts/llm_calculator.ipynb",
7979
]

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
```{include} ../CONTRIBUTING.md
22
```
33

4-
## Contributing documentation
4+
## Contribute to documentation
55

66
The MaxText documentation website is built using [Sphinx](https://www.sphinx-doc.org) and [MyST](https://myst-parser.readthedocs.io/en/latest/). Documents are written in [MyST Markdown syntax](https://myst-parser.readthedocs.io/en/latest/syntax/typography.html#syntax-core).
77

docs/guides.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,13 @@
1414
limitations under the License.
1515
-->
1616

17-
# How-to Guides
17+
# How-to guides
1818

1919
```{toctree}
2020
:maxdepth: 1
2121
22-
guides/checkpointing_solutions.md
23-
guides/custom_model.md
24-
guides/gcp_workload_observability.md
25-
guides/features_and_diagnostics.md
26-
guides/install_maxtext.md
27-
guides/knowledge_distillation.md
22+
guides/optimization.md
2823
guides/data_input_pipeline.md
29-
guides/monitor_goodput.md
30-
guides/megascale_hang_playbook.md
31-
guides/multimodal.md
32-
guides/pallas_kernels_performance.md
33-
guides/run_maxtext.md
34-
guides/understand_logs_and_metrics.md
35-
guides/update_dependencies.md
36-
guides/use_vertex_ai_tensorboard.md
37-
guides/xprof_user_guide.md
24+
guides/checkpointing_solutions.md
25+
guides/monitoring_and_debugging.md
3826
```

docs/guides/checkpointing_solutions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Checkpointing solutions
1+
(checkpointing_solutions)=
2+
# Checkpointing
23

34
```{toctree}
45
:maxdepth: 1

docs/guides/data_input_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616

1717
(data-input-pipeline)=
18-
# Manage the data input pipeline
18+
# Data pipelines
1919

2020
Currently MaxText has three data input pipelines:
2121

docs/guides/data_input_pipeline/data_pipeline_perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
-->
1616

17-
# Data input pipeline performance
17+
# Optimizing pipeline performance
1818

1919
This guide explains how to set and verify the performance goal for your data input pipeline to maximize accelerator utilization.
2020

docs/guides/install_maxtext.md

Lines changed: 0 additions & 61 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--
2+
Copyright 2024 Google LLC
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
https://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
18+
# Monitoring and debugging
19+
20+
```{toctree}
21+
:maxdepth: 1
22+
monitoring_and_debugging/features_and_diagnostics.md
23+
monitoring_and_debugging/gcp_workload_observability.md
24+
monitoring_and_debugging/megascale_hang_playbook.md
25+
monitoring_and_debugging/monitor_goodput.md
26+
monitoring_and_debugging/understand_logs_and_metrics.md
27+
monitoring_and_debugging/use_vertex_ai_tensorboard.md
28+
monitoring_and_debugging/xprof_user_guide.md
29+
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)