-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (83 loc) · 2.63 KB
/
Copy pathmkdocs.yml
File metadata and controls
87 lines (83 loc) · 2.63 KB
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: ProgramAsWeights Documentation
site_url: https://programasweights.readthedocs.io
site_description: Compile natural language specifications into neural programs that run locally.
repo_url: https://github.com/programasweights/programasweights-python
repo_name: programasweights/programasweights-python
theme:
name: material
palette:
- scheme: default
primary: black
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
- content.code.annotate
- search.highlight
- search.suggest
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Your First Program: getting-started/first-program.md
- Naming Programs: getting-started/naming-programs.md
- Guide:
- How It Works: guide/how-it-works.md
- Writing Good Specs: guide/writing-good-specs.md
- Local Inference: guide/local-inference.md
- Browser Inference: guide/browser-inference.md
- API Reference:
- Python SDK: api-reference/python-sdk.md
- Browser SDK: guide/browser-inference.md
- CLI: api-reference/cli.md
- REST API: api-reference/rest-api.md
- Program Hub:
- Browsing Programs: hub/browsing-programs.md
- Publishing Programs: hub/publishing-programs.md
- Feedback & Cases: hub/feedback-cases.md
- Case Studies:
- Alien Taboo (Word Game): case-studies/alien-taboo.md
- Log Monitoring: case-studies/log-monitoring.md
- Site Navigation: case-studies/site-navigation.md
- Semantic Search: case-studies/semantic-search.md
- Tool Calling: case-studies/tool-calling.md
- Advanced:
- Architecture: advanced/architecture.md
- Architecture Decision Records: advanced/adrs.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- toc:
permalink: true
- attr_list
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/programasweights/programasweights-python
- icon: fontawesome/brands/python
link: https://pypi.org/project/programasweights/