Skip to content

Commit

Permalink
add some functions to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott committed Dec 10, 2020
1 parent 812ef39 commit 9ac31ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/base/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Base.Broadcast.result_style
Base.getindex(::AbstractArray, ::Any...)
Base.setindex!(::AbstractArray, ::Any, ::Any...)
Base.copyto!(::AbstractArray, ::CartesianIndices, ::AbstractArray, ::CartesianIndices)
Base.copy!
Base.isassigned
Base.Colon
Base.CartesianIndex
Expand Down
5 changes: 5 additions & 0 deletions doc/src/base/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ Base.MainInclude.include
Base.include_string
Base.include_dependency
Base.which(::Any, ::Any)
Base.@which
Base.methods
Base.@less
Base.@edit
Base.@show
ans
Base.active_project
Expand Down Expand Up @@ -156,6 +159,7 @@ Base.typejoin
Base.typeintersect
Base.promote_type
Base.promote_rule
Base.promote_typejoin
Base.isdispatchtuple
```

Expand Down Expand Up @@ -211,6 +215,7 @@ Core.Union
Union{}
Core.UnionAll
Core.Tuple
Core.NTuple
Core.NamedTuple
Base.@NamedTuple
Base.Val
Expand Down
1 change: 1 addition & 0 deletions doc/src/base/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Base.tan(::Number)
Base.Math.sind
Base.Math.cosd
Base.Math.tand
Base.Math.sincosd
Base.Math.sinpi
Base.Math.cospi
Base.Math.sincospi
Expand Down

0 comments on commit 9ac31ee

Please sign in to comment.