-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76cfc6b
commit f52ecb4
Showing
4 changed files
with
1 addition
and
73 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,10 +71,6 @@ CreateDockButton::usage = "CreateDockButton[ assoc ] creates a new dock button f | |
(* support *) | ||
CrashDumps::usage = "CrashDumps[] returns the list of crash dumps in $CrashDumpsDirectory. CrashDumps[dir] returns the list of crash dumps in directory 'dir'"; | ||
ReportCrashDump::usage = "ReportCrashDump[assoc] emails a crash report to [email protected], using association 'assoc'"; | ||
(* server *) | ||
EvaluationServer::usage = "EvaluationServer[host,port] starts a Wolfram expression server on host:port"; | ||
EvaluationServerObject::usage = "EvaluationServerObject[...] is the object for the given evaluation server"; | ||
EvaluationRequest::usage = "EvaluationRequest[host,port,expr] evaluates 'expr' on the kernel listening at host:port"; | ||
(* resources *) | ||
$LocalResourceObjects::usage = "$LocalResourceObjects gives the current local resource objects on your machine"; | ||
ResourceObjectManager::usage = "ResourceObjectManager[objects] gives an interface to manage resource objects"; | ||
|