From 7aafc4f48b102ed85193de2dcd5b950232949669 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 6 Oct 2023 16:22:45 +0200 Subject: [PATCH] added documentation page --- .github/workflows/documentation.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 40c7c68..9455895 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,7 +17,7 @@ jobs: - name: Sphinx build run: | sphinx-apidoc -o source scraibe/ - sphinx-build source docs + sphinx-build -M html source docs - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }} diff --git a/README.md b/README.md index f187d65..8ecf2b4 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ For further guidance, check: https://blog.roboflow.com/use-the-gpu-in-docker/ ## Documentation -For further insights, check the [documentation page](). +For further insights, check the [documentation page](https://jschmie.github.io/ScrAIbe/). ## Contributions