Spaces:
Running
Running
File size: 1,616 Bytes
ded6565 ebce044 ded6565 c096386 aba41f2 7af40e7 459af61 aba41f2 3719bb7 aba41f2 b330986 aba41f2 459af61 3719bb7 aba41f2 c096386 206fb3f |
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 |
site_name: Saving Willy Code Documentation
dev_addr: 127.0.0.1:8888
theme:
name: material
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
plugins:
- mkdocs-homepage-copier
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [nonexistent_path_on_purpose]
nav:
- README: index.md
- Release Protocol: release_protocol.md
- How to contribute:
- Dev Notes: dev_notes.md
- App:
- Main App & Home Page: home.md
- Multipages Notes: pages.md
- Modules:
- Data Entry Handling:
- Data Input: input_handling.md
- Data Extraction & Validation: input_validator.md
- Data Object Class: input_observation.md
- Hugging Face Dataset:
- Download: dataset_download.md
- Cleaning: dataset_cleaner.md
- Push Observations to Dataset: dataset_hf_push_observations.md
- Data Requests: dataset_requests.md
- Fake data: dataset_fake_data.md
- Hugging Face Classifiers:
- Cetacean Fluke & Fin Recognition: classifier_image.md
- (temporary) Hotdog Classifier: classifier_hotdog.md
- Map of observations: obs_map.md
- Whale gallery: whale_gallery.md
- Whale viewer: whale_viewer.md
- Logging: st_logs.md
- Utils:
- Tab-rendering fix (js): utils_fix_tabrender.md
- Metadata handling: utils_metadata_handler.md
- Grid maker: utils_grid_maker.md
- Development clutter:
- Demo app: app.md
|