Skip to content

Commit 8c07235

Browse files
committed
fix some cross references
1 parent 1daa32f commit 8c07235

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/src/examples/higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Automatic Transformation of Nth Order ODEs to 1st Order ODEs](@id higher_order_ODE)
1+
# [Automatic Transformation of Nth Order ODEs to 1st Order ODEs](@id higher_order)
22

33
ModelingToolkit has a system for transformations of mathematical
44
systems. These transformations allow for symbolically changing

docs/src/examples/modelingtoolkitize_index_reduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Automated Index Reduction of DAEs](@ref higher_index)
1+
# [Automated Index Reduction of DAEs](@id higher_index)
22

33
In many cases one may accidentally write down a DAE that is not easily solvable
44
by numerical methods. In this tutorial, we will walk through an example of a

docs/src/tutorials/discrete_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (Experimental) [Modeling Discrete Systems](@id discrete)
1+
# [(Experimental) Modeling Discrete Systems](@id discrete)
22

33
In this example, we will use the new [`DiscreteSystem`](@ref) API
44
to create an SIR model.

docs/src/tutorials/ode_modeling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ If you want some extra modeling goodies:
390390
If the getting started tutorial is too high-level for you, do a deeper dive:
391391
- [Learn everything there is to know about `@mtkmodel` blocks](@ref mtk_language)
392392
- [Learn how to write your own components to use in `@mtkmodel`](@ref acausal)
393-
- [Learn how to script the creation of `ODESystems` without the `@mtkmodel`](@id programmatically)
393+
- [Learn how to script the creation of `ODESystems` without the `@mtkmodel`](@ref programmatically)
394394
- [Learn how to conserve certain quantities when connecting components using a domain](@ref domains)
395395
- [Learn how MTK ensures that the initial state of your model is correct](@ref initialization)
396396
- [Learn how MTK reduces the size of your model](@ref tearing)
@@ -410,4 +410,4 @@ Still want to know more about MTK?
410410
- Not sure how MTK relates to similar tools and packages? Read
411411
[Comparison of ModelingToolkit vs Equation-Based and Block Modeling Languages](@ref comparison)
412412
- Want to become a MTK dev? Read
413-
[Internal Details](@ref internal)
413+
[Internal Details](@ref internals)

0 commit comments

Comments
 (0)