File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,26 +161,6 @@ Sentinel supports both local file storage and S3 storage:
161161
162162The storage is abstracted using ` smart_open ` , making it seamless to switch between storage backends.
163163
164- ## Documentation
165-
166- API documentation is automatically generated and deployed to GitHub Pages on each push to the main branch. You can access the documentation at:
167-
168- [ https://roblox.github.io/sentinel/ ] ( https://roblox.github.io/sentinel/ )
169-
170- To build the documentation locally:
171-
172- ``` bash
173- # Install with documentation dependencies
174- poetry install --with docs
175-
176- # Generate RST files and build documentation
177- cd docs
178- poetry run python generate_docs.py
179- poetry run sphinx-build -b html source build/html
180- ```
181-
182- Then open ` docs/build/html/index.html ` in your browser.
183-
184164## Examples
185165To run the notebook examples
186166``` bash
You can’t perform that action at this time.
0 commit comments