Skip to content

Commit 927ae01

Browse files
Add About.jl to the Interactivity section (#140)
`about` is the go-to tool to get information about everything and should therefore be mentioned directly after `InteractiveUtils.jl` (and possibly even before).
1 parent 372817d commit 927ae01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

writing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ versioninfo()
529529

530530
The following packages can give you even more interactive power:
531531

532+
* [About.jl](https://github.com/tecosaur/About.jl) to look for detailed information about a function, type, value, or something else entirely.
532533
* [InteractiveCodeSearch.jl](https://github.com/tkf/InteractiveCodeSearch.jl) to look for a precise implementation of a function.
533534
* [InteractiveErrors.jl](https://github.com/MichaelHatherly/InteractiveErrors.jl) to navigate through stacktraces.
534535
* [CodeTracking.jl](https://github.com/timholy/CodeTracking.jl) to extend InteractiveUtils.jl

0 commit comments

Comments
 (0)