File size: 846 Bytes
b7922ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
de8eaa8
c3a2524
 
 
de8eaa8
 
c3a2524
 
 
 
 
 
 
de8eaa8
 
 
 
 
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
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: [src]


nav:
  - README: index.md
  #- Quickstart:
    #- Installation: installation.md
    #- Usage: usage.md
  - API:
    - Main app: main.md
    - Modules:
      - Data entry handling: input_handling.md
      - Map of observations: obs_map.md
      - Whale gallery: whale_gallery.md
      - Whale viewer: whale_viewer.md
      - Logging: st_logs.md
      - Tab-rendering fix (js): fix_tabrender.md



    - Development clutter:
      - Demo app: app.md