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

FastAPI integration, docs, api ref #29

Merged
merged 7 commits into from
Aug 16, 2023
Merged

Conversation

chainyo
Copy link
Owner

@chainyo chainyo commented Aug 14, 2023

This PR:

  • Fix typing error
  • Adds a large part of the package usage to the documentation
  • Fix package imports
  • Re-work FastAPI integration tools
  • Adds API reference to docs

@chainyo chainyo linked an issue Aug 14, 2023 that may be closed by this pull request
@chainyo chainyo added the documentation Improvements or additions to documentation label Aug 14, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 14, 2023

Codecov Report

Merging #29 (26306e4) into main (c915bdc) will increase coverage by 0.32%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   98.54%   98.87%   +0.32%     
==========================================
  Files          12       13       +1     
  Lines         206      266      +60     
==========================================
+ Hits          203      263      +60     
  Misses          3        3              
Files Changed Coverage Δ
src/tensorshare/__init__.py 100.00% <ø> (ø)
src/tensorshare/utils.py 100.00% <ø> (ø)
src/tensorshare/client.py 100.00% <100.00%> (ø)
src/tensorshare/schema.py 100.00% <100.00%> (ø)
src/tensorshare/server.py 100.00% <100.00%> (ø)

@chainyo chainyo changed the title Improve documentation usage part FastAPI integration, docs, api ref Aug 16, 2023
@chainyo chainyo merged commit 709422d into main Aug 16, 2023
5 checks passed
@chainyo chainyo deleted the 24-add-client-and-router-usage branch August 16, 2023 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add client and router usage
2 participants