Remove /opt/plt paths from docs
This commit is contained in:
parent
024bb8a718
commit
2584cb71c1
|
@ -12,7 +12,6 @@
|
|||
|
||||
(provide ssh-bin-path
|
||||
racket-path
|
||||
distributed-places-path
|
||||
distributed-launch-path
|
||||
get-current-module-path
|
||||
|
||||
|
@ -127,9 +126,6 @@
|
|||
(parameterize ([current-directory (find-system-path 'orig-dir)])
|
||||
(find-executable-path (find-system-path 'exec-file) #f)))
|
||||
|
||||
; returns the path to the distributed.rkt file on the current machine.
|
||||
(define (distributed-places-path) (get-current-module-path))
|
||||
|
||||
; find ssh-binary
|
||||
(define (ssh-bin-path)
|
||||
(define (exists? paths)
|
||||
|
|
|
@ -679,16 +679,10 @@ Returns the path to the ssh binary on the local system in string form.
|
|||
@defproc[(racket-path) path?]{
|
||||
Returns the path to the currently executing racket binary on the local system.
|
||||
}
|
||||
@examples[ #:eval evaler
|
||||
(racket-path)
|
||||
]
|
||||
|
||||
@defproc[(distributed-places-path) string?]{
|
||||
Returns the path to the distributed-places module on the local system.
|
||||
}
|
||||
@examples[ #:eval evaler
|
||||
(distributed-places-path)
|
||||
]
|
||||
@;{@examples[ #:eval evaler
|
||||
(racket-path)
|
||||
]}
|
||||
|
||||
@defform[(get-current-module-path)]{
|
||||
Returns the path to the current module.
|
||||
|
|
Loading…
Reference in New Issue
Block a user