PyRIT icon indicating copy to clipboard operation
PyRIT copied to clipboard

DOC Add jupyterbook project site page

Open sf-msft opened this issue 1 year ago • 0 comments

Description

xref #362

This PR creates a webpage using jupyterbook and deploys via Github pages.

Some notes:

Although jb can autogenerate a ToC, this had to be manually created because it does not traverse the directories in a way that generates chapters in a usable state.

Generating docs seems to be pinned to python 3.11 for now. There's dependencies on 3.12 for the default runners that requires more work.

Only files under _build is used to publish pages. The api reference pages are build built but not showing up under the ToC [WIP].

Tests and Documentation

sf-msft avatar Oct 04 '24 01:10 sf-msft