added documentation page
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Sphinx build
|
- name: Sphinx build
|
||||||
run: |
|
run: |
|
||||||
sphinx-apidoc -o source scraibe/
|
sphinx-apidoc -o source scraibe/
|
||||||
sphinx-build source docs
|
sphinx-build -M html source docs
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ For further guidance, check: https://blog.roboflow.com/use-the-gpu-in-docker/
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
For further insights, check the [documentation page]().
|
For further insights, check the [documentation page](https://jschmie.github.io/ScrAIbe/).
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user