Skip to content

Commit

Permalink
clean doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brash6 committed Apr 9, 2024
1 parent 9833558 commit 5ec5f69
Show file tree
Hide file tree
Showing 36 changed files with 27 additions and 7,253 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: documentation

on: [push, pull_request, workflow_dispatch]

permissions:
contents: write

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
sphinx-build doc _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: documentation_page
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

188 changes: 0 additions & 188 deletions docs/_modules/deepdespeckling/denoiser.html

This file was deleted.

Loading

0 comments on commit 5ec5f69

Please sign in to comment.