forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pydoc-markdown.yml
90 lines (90 loc) · 2.18 KB
/
pydoc-markdown.yml
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
88
89
90
loaders:
- type: python
search_path: [.]
modules:
- wandb
- wandb.apis.public
- wandb.cli.cli
- wandb.sdk.wandb_alerts
- wandb.sdk.wandb_artifacts
- wandb.sdk.wandb_config
- wandb.sdk.wandb_history
- wandb.sdk.wandb_init
- wandb.sdk.wandb_login
- wandb.sdk.wandb_run
- wandb.sdk.wandb_save
- wandb.sdk.wandb_settings
- wandb.sdk.wandb_summary
- wandb.sdk.wandb_watch
- wandb.data_types
- wandb.integration.keras.keras
processors:
- type: filter
exclude_private: true
documented_only: false
- type: smart
- type: google
- type: crossref
renderer:
type: hugo
config:
title: W&B Python SDK and CLI
theme: {clone_url: "https://github.com/alex-shpak/hugo-book.git"}
# The "book" theme only renders pages in "content/docs" into the nav.
content_directory: .
build_directory: docs
markdown:
source_linker:
type: github
repo: wandb/wandb
pages:
- title: Artifacts
contents:
- 'wandb.sdk.wandb_artifacts.*'
- title: Data Types
contents:
- 'wandb.data_types.*'
- title: Config
contents:
- 'wandb.sdk.wandb_config.*'
- title: History
contents:
- 'wandb.sdk.wandb_history.*'
- title: Init
contents:
- 'wandb.sdk.wandb_init.*'
- title: Login
contents:
- 'wandb.sdk.wandb_login.*'
- title: Run
contents:
- 'wandb.sdk.wandb_run.Run.*'
- title: Save
contents:
- 'wandb.sdk.wandb_save.*'
- title: Settings
contents:
- 'wandb.sdk.wandb_settings.*'
- title: Summary
contents:
- 'wandb.sdk.wandb_summary.*'
- title: Watch
contents:
- 'wandb.sdk.wandb_watch.*'
- title: Log
contents:
- 'wandb.sdk.wandb_run.Run.log'
## TODO Plots
## TODO Frameworks
- title: Developer Documentation
name: index
source: CONTRIBUTING.md
- title: API Documentation
contents:
- 'wandb.apis.public.*'
- title: CLI Documentation
contents:
- 'wandb.cli.cli.*'
- title: Framework Documentation
contents:
- 'wandb.framework.*'