Skip to content

Commit 0c1bf69

Browse files
committed
docs: add more x-refs
1 parent bf4acf2 commit 0c1bf69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
## 4. Plotting an expression
8686

8787
For now, let's consider the expressions for output 1 from the previous example:
88-
We can get a SymbolicUtils version with:
88+
We can get a SymbolicUtils version with [`node_to_symbolic`](@ref):
8989

9090
```julia
9191
using SymbolicUtils

docs/src/types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ as follows.
99
Node
1010
```
1111

12-
When you create an `Options` object, the operators
12+
When you create an [`Options`](@ref) object, the operators
1313
passed are also re-defined for `Node` types.
1414
This allows you use, e.g., `t=Node(; feature=1) * 3f0` to create a tree, so long as
1515
`*` was specified as a binary operator. This works automatically for
@@ -41,7 +41,7 @@ copy_node(tree::Node)
4141

4242
## Expressions
4343

44-
Expressions are represented using the `Expression` type, which combines the raw `Node` type with an `OperatorEnum`.
44+
Expressions are represented using the [`Expression`](@ref) type, which combines the raw [`Node`](@ref) type with an `OperatorEnum`.
4545

4646
```@docs
4747
Expression

0 commit comments

Comments
 (0)