Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 649 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 649 Bytes

Z.A.R.V.I.S. community

Fee free to create issues for

  • 🤔 Questions
  • 🐞 Bug report
  • ✨Feature requests

We appreciate any feedbacks! Also check our community on Spectrum.

If you have security issue, please report to security@zarvis.ai. We'll take them seriously.

Docs

Run locally with Skaffold

skaffold dev --port-forward

and browse localhost:8000

Build manually

Install sphinx and theme

pip install sphinx sphinx_rtd_theme

Build

cd docs; make html

Docs will be generated under /docs/_build/ directory.