Skip to content

Fixing documentation and type hints #927

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
May 16, 2023

Conversation

robsdedude
Copy link
Member

@robsdedude robsdedude commented May 15, 2023

  • When renaming some of the re-auth APIs before stabilizing them in 5.8, some references in the docs were missed.
  • The docs for ExpiringAuth was completely missing becuase the @preview decorator broke sphinx.
  • Fix typing change in datetime.replace breaking us (arguments were changed from type int to SupportsIndex). As a virtual subclass, our custom temporal types should follow this change.
  • Fix broken layout of execute_query parameter docs.

 * When renaming some of the re-auth APIs before stabilizing them in 3.8,
   some references in the docs were missed.
 * The docs for `ExpiringAuth` was completely missing becuase the `@preview`
   decorator broke sphinx.
 * Fix typing change in `datetime.replace` breaking us (arguments were changed
   from type `int` to `SupportsIndex`). As a virtual subclass, our custom
   temporal types should follow this change.
 * Fix broken layout of `execute_query` parameter docs.
@robsdedude robsdedude merged commit a2e2699 into neo4j:5.0 May 16, 2023
@robsdedude robsdedude deleted the fix-docs-and-typing branch May 16, 2023 16:33
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.

2 participants