Skip to content

Commit

Permalink
Merge pull request #662 from JuliaSymbolics/fix-@docs
Browse files Browse the repository at this point in the history
Resolve duplicate docstring references
  • Loading branch information
bowenszhu authored Oct 21, 2024
2 parents ed27d82 + 19ab8d4 commit eb34c90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
```@docs
SymbolicUtils.@syms
SymbolicUtils.Sym
SymbolicUtils.issym
SymbolicUtils.symtype
SymbolicUtils.Term
SymbolicUtils.Add
Expand Down
8 changes: 0 additions & 8 deletions docs/src/manual/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,3 @@ In particular, you should define methods from TermInterface.jl for an expression
with SymbolicUtils.jl

You can read the documentation of [TermInterface.jl](https://github.com/JuliaSymbolics/TermInterface.jl) on the [Github repository](https://github.com/JuliaSymbolics/TermInterface.jl).

## SymbolicUtils.jl only methods

```@docs
symtype
issym
promote_symtype
```

0 comments on commit eb34c90

Please sign in to comment.