-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: include top-level module documentation in helpdb.jl #3911
Labels
docs
This change adds or pertains to documentation
Comments
Not quite:
|
Sorry, wasn't clear. Clarified in the text, but basically, julia> help(Profile)
No help information found.
julia> help(Base.Profile)
No help information found. |
What do you want |
No, just what's at the top of the |
Ok. But this brings up the larger question of why are we exporting |
This doesn't seem relevant anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Top-level documentation exists for a number of modules in
Base
, includingSort
,Profile
,Collections
, andTest
, but that documentation does not appear inhelpdb.jl
(cf. #2242). It would be nice to include it.(Hopefully this issue will be superseded by an upgraded documentation system.)
Edit: To clarify, the submodule function documentation is included, but no help is available for the modules themselves:
The text was updated successfully, but these errors were encountered: