1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
site_name: (Py)PolSARpro documentation
repo_url: https://github.com/satim-co/PolSARpro
repo_name: 'satim-co/PolSARpro'
nav:
- Home: index.md
- Tutorials:
- Quickstart: quickstart-tutorial.ipynb
- Decompositions:
- freeman: freeman-tutorial.ipynb
- h-a-alpha: h-a-alpha-tutorial.ipynb
- tsvm: tsvm-tutorial.ipynb
- vanzyl: vanzyl-tutorial.ipynb
- yamaguchi3: yamaguchi3-tutorial.ipynb
- yamaguchi4: yamaguchi4-tutorial.ipynb
- cameron: cameron-tutorial.ipynb
- Speckle filters:
- refined-lee: refined-lee-tutorial.ipynb
- pwf: pwf-tutorial.ipynb
- API reference:
- Decompositions: decompositions.md
- Speckle Filters: speckle_filters.md
- Utilities: util.md
- Inputs/Outputs: io.md
- Theory: theory.md
theme:
name: material
logo: psp_temp_logo.png
favicon: psp_temp_logo.png
highlightjs: true
hljslanguages:
- python
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
font:
text: 'Nunito Sans'
code: 'Fira Code'
# palette:
# primary: blue grey
# accent: blue grey
# # Palette toggle for automatic mode
# - media: "(prefers-color-scheme)"
# toggle:
# icon: material/brightness-auto
# name: Switch to light mode
# # Palette toggle for light mode
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
# # Palette toggle for dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/brightness-4
# name: Switch to system preference
plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
paths: [polsarpro]
options:
docstring_style: google
show_root_heading: true
heading_level: 1
show_source: false
markdown_extensions:
- markdown_include.include:
base_path: .
- toc:
toc_depth: 4
baselevel: 2
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|