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

Last doc comment clean up #84

Merged

Conversation

austin-denoble
Copy link
Contributor

@austin-denoble austin-denoble commented Oct 23, 2024

Problem

We can actually hyperlink to all of the contents of the Pinecone package in our doc comments, which is nice. There's also a few final tweaks I want to get in before the release.

Solution

  • Clean up doc comments and add links for various namespaces.
  • Add an example of passing errorMode for import in integration test.

All of the changes here are to code comments, there aren't any actual changes to code included in this PR.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

just docs locally to serve the webpage including all of the client documentation


…ample of passing errorMode for import in integration test
@austin-denoble austin-denoble merged commit 2bd11c5 into release-candidate/2024-10 Oct 23, 2024
2 checks passed
@austin-denoble austin-denoble deleted the adenoble/fix-up-start-import-type branch October 23, 2024 06:32
austin-denoble added a commit that referenced this pull request Oct 23, 2024
## Problem
We can actually hyperlink to all of the contents of the `Pinecone`
package in our doc comments, which is nice. There's also a few final
tweaks I want to get in before the release.

## Solution
- Clean up doc comments and add links for various namespaces.
- Add an example of passing errorMode for import in integration test.

All of the changes here are to code comments, there aren't any actual
changes to code included in this PR.

## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Infrastructure change (CI configs, etc)
- [X] Non-code change (docs, etc)
- [ ] None of the above: (explain here)

## Test Plan
`just docs` locally to serve the webpage including all of the client
documentation
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