Skip to content

Commit

Permalink
Merge pull request #25 from hi-paris/documentation_page
Browse files Browse the repository at this point in the history
Enhance documentation
  • Loading branch information
brash6 authored Apr 9, 2024
2 parents d0cb54f + d014de8 commit 1217d8c
Show file tree
Hide file tree
Showing 63 changed files with 29 additions and 10,067 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,24 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.10"


- name: Set up gdal
run : sudo apt-get install libgdal-dev

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ghp-import sphinx sphinx_rtd_theme
pip install ghp-import sphinx sphinx_rtd_theme -e .
- name: Install gdal dependencies
run : pip install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`

- name: Build HTML
run: |
cd docs/
Expand Down
4 changes: 2 additions & 2 deletions deepdespeckling/test_deepdespeckling.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
coordinates_dictionnary = {'x_start': 0,
'y_start': 0, 'x_end': 400, 'y_end': 400}

despeckle(image_path, destination_directory,
model_name="sar2sar")
"""despeckle(image_path, destination_directory,
model_name="sar2sar")"""
Binary file removed docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/modules.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/_build/html/.buildinfo

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 1217d8c

Please sign in to comment.