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

Create documentation site #168

Merged
merged 9 commits into from Jun 19, 2019
Merged

Conversation

yubozhao
Copy link
Contributor

What changes were proposed in this pull request?

Add documentation site for BentoML.

Does this close any currently open issues?

How was this patch tested?

@codecov-io
Copy link

codecov-io commented Jun 17, 2019

Codecov Report

Merging #168 into master will decrease coverage by 0.09%.
The diff coverage is 50%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #168     +/-   ##
========================================
- Coverage    62.6%   62.5%   -0.1%     
========================================
  Files          49      49             
  Lines        1976    1979      +3     
========================================
  Hits         1237    1237             
- Misses        739     742      +3
Impacted Files Coverage Δ
bentoml/artifact/text_file_artifact.py 51.85% <ø> (ø) ⬆️
bentoml/artifact/pickle_artifact.py 96.77% <ø> (ø) ⬆️
bentoml/handlers/json_handler.py 80.55% <ø> (ø) ⬆️
bentoml/artifact/h2o_artifact.py 42.42% <ø> (ø) ⬆️
bentoml/archive/archiver.py 94.11% <ø> (ø) ⬆️
bentoml/artifact/xgboost_artifact.py 40% <ø> (ø) ⬆️
bentoml/archive/loader.py 83.33% <ø> (ø) ⬆️
bentoml/handlers/dataframe_handler.py 84.72% <ø> (ø) ⬆️
bentoml/service.py 88.34% <ø> (ø) ⬆️
bentoml/deployment/serverless/__init__.py 21.87% <0%> (-0.53%) ⬇️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c90028b...21e26b5. Read the comment docs.

@pep8speaks
Copy link

pep8speaks commented Jun 18, 2019

Hello @yubozhao, Thanks for updating this PR.

There are currently no PEP 8 issues detected in this PR. Cheers! 🍻

Comment last updated at 2019-06-19 18:49:23 UTC

@parano
Copy link
Member

parano commented Jun 19, 2019

@yubozhao could you add docs deps to the dev dependencies list in setup.py, and also add instructions for building docs locally to development.md file?

README.md Outdated Show resolved Hide resolved
@yubozhao yubozhao marked this pull request as ready for review June 19, 2019 19:02
@yubozhao yubozhao merged commit 12e6d38 into bentoml:master Jun 19, 2019
aarnphm pushed a commit to aarnphm/BentoML that referenced this pull request Jul 29, 2022
Use sphinx to create documentation site for BentoML.  It will be hosted on readthedocs.io
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.

None yet

4 participants