Skip to content
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

several improvements to help and docs for operators #35154

Merged
merged 1 commit into from
Mar 20, 2020

Conversation

JeffBezanson
Copy link
Member

  • add docstrings for .= and .
  • improve help prompt behavior on comment syntax
  • add help text for dotted and updating operators
  • remove -> syntax from docstring for doc macro

Fixes #33301.

@JeffBezanson JeffBezanson added docs This change adds or pertains to documentation REPL Julia's REPL (Read Eval Print Loop) docsystem The documentation building system labels Mar 18, 2020
- add docstrings for .= and .
- improve help prompt behavior on comment syntax
- add help text for dotted and updating operators
- remove `->` syntax from docstring for doc macro

Fixes #33301.
@JeffBezanson JeffBezanson merged commit dfe3b2b into master Mar 20, 2020
@JeffBezanson JeffBezanson deleted the jb/operatorhelp branch March 20, 2020 20:48
oxinabox pushed a commit to oxinabox/julia that referenced this pull request Apr 8, 2020
- add docstrings for .= and .
- improve help prompt behavior on comment syntax
- add help text for dotted and updating operators
- remove `->` syntax from docstring for doc macro

Fixes JuliaLang#33301.
ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this pull request Apr 9, 2020
- add docstrings for .= and .
- improve help prompt behavior on comment syntax
- add help text for dotted and updating operators
- remove `->` syntax from docstring for doc macro

Fixes JuliaLang#33301.
KristofferC pushed a commit that referenced this pull request Apr 11, 2020
- add docstrings for .= and .
- improve help prompt behavior on comment syntax
- add help text for dotted and updating operators
- remove `->` syntax from docstring for doc macro

Fixes #33301.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation docsystem The documentation building system REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

help for +=, .+, etcetera
1 participant