Skip to content

Files

Latest commit

2acdcc4 · Feb 12, 2021

History

History

docs

Initial setup notes

created with sphinx-autogen sphinx-apidoc -o source/ ../src/smclarify

Build

Build the docs, you need the sphinx package, this is in the additional dependencies installed from the base Sagemaker Clarify package.

make html

Then you can open the docs

open build/html/index.html