Skip to content

Redo reference docs. #1037

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

Merged
merged 1 commit into from
Sep 5, 2021
Merged

Redo reference docs. #1037

merged 1 commit into from
Sep 5, 2021

Conversation

aaugustin
Copy link
Member

Remove sphinx-autodoc-typehints and use native autodoc features
instead, mainly because I can't find a workaround for:
https://github.com/agronholm/sphinx-autodoc-typehints/issues/132

Re-introduce the "common" docs, else linking to send() and recv()
is a mess.

@aaugustin
Copy link
Member Author

aaugustin commented Aug 28, 2021

  • src/websockets/__init__.py
  • src/websockets/__main__.py
  • src/websockets/auth.py
  • src/websockets/client.py
  • src/websockets/connection.py
  • src/websockets/datastructures.py
  • src/websockets/exceptions.py
  • src/websockets/extensions/__init__.py
  • src/websockets/extensions/base.py
  • src/websockets/extensions/permessage_deflate.py
  • src/websockets/frames.py
  • src/websockets/headers.py
  • src/websockets/http.py
  • src/websockets/http11.py
  • src/websockets/imports.py
  • src/websockets/legacy/__init__.py
  • src/websockets/legacy/auth.py
  • src/websockets/legacy/client.py
  • src/websockets/legacy/compatibility.py
  • src/websockets/legacy/framing.py
  • src/websockets/legacy/handshake.py
  • src/websockets/legacy/http.py
  • src/websockets/legacy/protocol.py
  • src/websockets/legacy/server.py
  • src/websockets/server.py
  • src/websockets/streams.py
  • src/websockets/typing.py
  • src/websockets/uri.py
  • src/websockets/utils.py
  • src/websockets/version.py

  • docs/reference/client.rst
  • docs/reference/common.rst
  • docs/reference/exceptions.rst
  • docs/reference/extensions.rst
  • docs/reference/index.rst
  • docs/reference/limitations.rst
  • docs/reference/server.rst
  • docs/reference/types.rst
  • docs/reference/utilities.rst

@aaugustin aaugustin force-pushed the review-reference-docs branch from 626cd7f to 58614d0 Compare August 30, 2021 21:28
@aaugustin aaugustin force-pushed the main branch 2 times, most recently from d63ed11 to 88ae5eb Compare September 3, 2021 20:30
Remove sphinx-autodoc-typehints and use native autodoc features
instead, mainly because I can't find a workaround for:
https://github.com/agronholm/sphinx-autodoc-typehints/issues/132

Re-introduce the "common" docs, else linking to send() and recv()
is a mess.
@aaugustin aaugustin force-pushed the review-reference-docs branch from 58614d0 to cb88119 Compare September 4, 2021 21:07
@aaugustin aaugustin merged commit 27f6539 into main Sep 5, 2021
@aaugustin aaugustin deleted the review-reference-docs branch September 5, 2021 05:17
@aaugustin aaugustin restored the review-reference-docs branch September 5, 2021 05:17
@aaugustin aaugustin deleted the review-reference-docs branch September 5, 2021 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant