From 6153e5b6ebd85b16a22911f85f752078c010c11d Mon Sep 17 00:00:00 2001 From: swryan Date: Tue, 19 Nov 2024 15:13:36 -0500 Subject: [PATCH] toc.yml --- openmdao/docs/openmdao_book/_toc.yml | 89 ++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 openmdao/docs/openmdao_book/_toc.yml diff --git a/openmdao/docs/openmdao_book/_toc.yml b/openmdao/docs/openmdao_book/_toc.yml new file mode 100644 index 0000000000..f88947b111 --- /dev/null +++ b/openmdao/docs/openmdao_book/_toc.yml @@ -0,0 +1,89 @@ +format: jb-book +root: main +parts: +- caption: Getting Started + chapters: + - file: getting_started/getting_started +- caption: Basic User Guide + chapters: + - file: basic_user_guide/basic_user_guide + sections: + - file: basic_user_guide/single_disciplinary_optimization/component_types + - file: basic_user_guide/single_disciplinary_optimization/first_analysis + - file: basic_user_guide/single_disciplinary_optimization/first_optimization + - file: basic_user_guide/multidisciplinary_optimization/sellar + - file: basic_user_guide/multidisciplinary_optimization/linking_vars + - file: basic_user_guide/multidisciplinary_optimization/sellar_opt + - file: basic_user_guide/command_line/check_setup + - file: basic_user_guide/command_line/make_n2 + - file: basic_user_guide/reading_recording/basic_recording_example +- caption: Advanced User Guide + chapters: + - file: advanced_user_guide/advanced_user_guide + sections: + - file: advanced_user_guide/models_implicit_components/models_with_solvers_implicit + - file: advanced_user_guide/models_implicit_components/implicit_with_balancecomp + - file: advanced_user_guide/analytic_derivatives/derivs_of_coupled_systems + - file: advanced_user_guide/analytic_derivatives/partial_derivs_implicit + - file: advanced_user_guide/analytic_derivatives/partial_derivs_explicit + - file: advanced_user_guide/recording/advanced_case_recording + - file: advanced_user_guide/example/euler_integration_example + - file: advanced_user_guide/complex_step + - file: advanced_user_guide/analysis_errors/analysis_error +- caption: Reference Guide + chapters: + - file: theory_manual/theory_manual + sections: + - file: theory_manual/class_structure + - file: theory_manual/implicit_transformation_of_vars + - file: theory_manual/setup_stack + - file: theory_manual/solver_api + - file: theory_manual/scaling + - file: theory_manual/iter_count + - file: theory_manual/total_derivs_theory + - file: theory_manual/setup_linear_solvers + - file: theory_manual/advanced_linear_solvers_special_cases/advanced_linear_solvers_special_cases + - file: theory_manual/mpi + - file: features/features + sections: + - file: features/core_features/main.md + - file: features/building_blocks/building_blocks + - file: features/recording/main.md + - file: features/model_visualization/main.md + - file: features/debugging/debugging.md + - file: features/warning_control/warnings + - file: features/units + - file: features/experimental/main.md + - file: examples/examples + sections: + - file: examples/tldr_paraboloid + - file: examples/paraboloid + - file: examples/betz_limit + - file: examples/hohmann_transfer/hohmann_transfer + - file: examples/keplers_equation + - file: examples/circuit_analysis_examples + - file: examples/beam_optimization_example + - file: examples/beam_optimization_example_part_2 + - file: examples/simul_deriv_example +- caption: Other Useful Docs + chapters: + - file: other_useful_docs/om_command + - file: other/citing + - file: other_useful_docs/building_a_tool/building_a_tool.md + sections: + - file: other_useful_docs/building_a_tool/repository_structure + - file: other_useful_docs/building_a_tool/release_process + - file: other_useful_docs/auto_ivc_api_translation + - file: other_useful_docs/api_translation + - file: other_useful_docs/environment_vars + - file: other_useful_docs/file_wrap + - file: _srcdocs/index + - file: other_useful_docs/developer_docs/developer_docs + sections: + - file: other_useful_docs/developer_docs/signing_commits + - file: other_useful_docs/developer_docs/unit_testing + - file: other_useful_docs/developer_docs/ci_testing + - file: other_useful_docs/developer_docs/doc_build + - file: other_useful_docs/developer_docs/doc_style_guide + - file: other_useful_docs/developer_docs/sphinx_decorators + - file: other_useful_docs/developer_docs/writing_plugins