474934db470dda3de512b98eba629ba1a835ded5
Marco Ricci Import initial project files

Marco Ricci authored 4 months ago

1) site_name: derivepassphrase documentation
2) site_url: null
3) repo_url: https://github.com/the-13th-letter/derivepassphrase
4) site_description: An almost faithful Python reimplementation of James Coglan's vault.
5) site_author: Marco Ricci
6) copyright: Copyright 2024 Marco Ricci (the-13th-letter).  All rights reserved.
7) 
8) docs_dir: docs
9) site_dir: html
10) extra_css:
11)   - mkdocstrings_recommended_styles.css
12)   - default_fonts_only.css
13) 
14) theme:
15)   name: "material"
16)   #font: false
17)   font:
18)     text: Noto Sans
19)     code: Noto Mono
20)     #code: Inconsolata
21)   #palette:
22)   #  - media: "(prefers-color-scheme)"
23)   #    toggle:
24)   #      icon: material/brightness-auto
25)   #      name: Switch to light mode
26)   #  - media: "(prefers-color-scheme: light)"
27)   #    scheme: default
28)   #    toggle:
29)   #      icon: material/brightness-7
30)   #      name: Switch to dark mode
31)   #  - media: "(prefers-color-scheme: dark)"
32)   #    scheme: slate
33)   #    toggle:
34)   #      icon: material/brightness-4
35)   #      name: Switch to system preference
36)   icon:
37)     logo: material/library
38)   features:
39)     - content.code.annotate
40)     - navigation.tracking
41)     - navigation.tabs
42)     - navigation.prune
43)     - toc.follow
44) 
45) plugins:
46)   - offline:
47)       enabled: true
48)   #- privacy:
49)   #    enabled: true
50)   - mkdocstrings:
51)       handlers:
52)         python:
53)           import:
54)             - https://docs.python.org/3/objects.inv
55)           options:
56)             docstring_options:
57)               ignore_init_summary: true
58)               returns_multiple_items: false
Marco Ricci Add prototype implementation

Marco Ricci authored 4 months ago

59)             merge_init_into_class: true
60)             show_source: false
Marco Ricci Import initial project files

Marco Ricci authored 4 months ago

61)             heading_level: 2
62)             show_object_full_path: false
63)             show_root_members_full_path: false
64)             show_root_heading: true
65)             show_symbol_type_heading: true
66)             show_symbol_type_toc: true
67)             parameters_heading: true
68)             #members_order: 'source'
69)             show_signature_annotations: false
70)             separate_signature: true
71)             signature_crossrefs: false
72)             unwrap_annotated: true
73)           paths:
74)             - src
75) 
76) nav:
77)   - derivepassphrase documentation: index.md
78)   #- tutorials.md
79)   #- How-Tos: how-tos.md
Marco Ricci Add prototype implementation

Marco Ricci authored 4 months ago

80)   - Reference:
81)     - API overview: reference.md
82)     - Module derivepassphrase: reference/derivepassphrase.md
83)     - Module sequin: reference/sequin.md
84)     - Module ssh_agent_client: reference/ssh_agent_client.md