Greykite Documentation
The documentation in Greykite is built with sphinx
and sphinx-gallery
. You can view the documentation online, download the built html documentation files for local view, or download the source files used to build the html files.
- To view documentation online, click on the
Documentation
link. - To view documentation html files, click on the
html on Github
link. - To view documentation source code, click on the
Source Code on Github
link.
To modify the source files and build your own html files, clone the repo
git clone https://github.com/linkedin/greykite.git
make your changes, and follow the documentation on sphinx and sphinx-gallery to build your own html files.