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

Improve docstrings and remove implicit imports #227

Merged
merged 2 commits into from
May 18, 2024
Merged

Commits on May 18, 2024

  1. Clean up reference docs

    This properly fixes the issue with inner constructor docstrings not being
    displayed in the docs. Previously they were copied into the main
    `Socket`/`Message` type docstrings, but with `@doc` they're now recognized.
    
    Also added compat warnings for deprecated socket types.
    JamesWrigley committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d706fff View commit details
    Browse the repository at this point in the history
  2. Replace implicit imports with explicit ones

    Detected by ExplicitImports.jl.
    JamesWrigley committed May 18, 2024
    Configuration menu
    Copy the full SHA
    20531b3 View commit details
    Browse the repository at this point in the history