Skip to content

Commit ad7e667

Browse files
authored
Merge pull request #43 from JuliaSymbolics/ale/makedocs
ale/makedocs
2 parents a6b54d9 + b4819e0 commit ad7e667

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Its purpose is to provide a shared interface between various symbolic programmin
66

77
## Docs
88

9-
[Read the documentation here.](https://juliasymbolics.github.io/TermInterface.jl/dev/)
9+
[You can read the documentation here.](https://juliasymbolics.github.io/TermInterface.jl/dev/)

src/TermInterface.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function children end
5656
export children
5757

5858
"""
59-
operation(x)
59+
operation(x)
6060
6161
Returns the function a function call expression is calling.
6262
`iscall(x)` must be true as a precondition.
@@ -65,7 +65,7 @@ function operation end
6565
export operation
6666

6767
"""
68-
arguments(x)
68+
arguments(x)
6969
7070
Returns the arguments to the function call in a function call expression.
7171
`iscall(x)` must be true as a precondition.
@@ -74,7 +74,7 @@ function arguments end
7474
export arguments
7575

7676
"""
77-
unsorted_arguments(x::T)
77+
unsorted_arguments(x::T)
7878
7979
If x is a expression satisfying `iscall(x)` and your expression type `T` provides
8080
and optimized implementation for storing the arguments, this function can
@@ -86,7 +86,7 @@ export unsorted_arguments
8686

8787

8888
"""
89-
arity(x)
89+
arity(x)
9090
9191
When `x` satisfies `iscall`, returns the number of arguments of `x`.
9292
Implicitly defined if `arguments(x)` is defined.
@@ -96,7 +96,7 @@ export arity
9696

9797

9898
"""
99-
metadata(x)
99+
metadata(x)
100100
101101
Returns the metadata attached to `x`.
102102
"""
@@ -105,7 +105,7 @@ export metadata
105105

106106

107107
"""
108-
metadata(expr, md)
108+
metadata(expr, md)
109109
110110
Returns a `expr` with metadata `md` attached to it.
111111
"""

0 commit comments

Comments
 (0)