Skip to content

Commit

Permalink
Add some missing docstrings in manual (#44642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored May 9, 2022
1 parent cfd801d commit 3078250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# [Distributed Computing](@id man-distributed)
Tools for distributed parallel processing.

```@docs
Distributed.addprocs
Expand All @@ -12,6 +13,7 @@ Distributed.interrupt
Distributed.myid
Distributed.pmap
Distributed.RemoteException
Distributed.ProcessExitedException
Distributed.Future
Distributed.RemoteChannel
Distributed.fetch(::Distributed.Future)
Expand Down

0 comments on commit 3078250

Please sign in to comment.