-
Notifications
You must be signed in to change notification settings - Fork 327
/
_pkgdown.yml
104 lines (91 loc) · 1.9 KB
/
_pkgdown.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
url: https://rstudio.github.io/reticulate
template:
params:
bootswatch: flatly
development:
mode: auto
reference:
- title: "Python Execution"
contents:
- import
- source_python
- repl_python
- eng_python
- py_run
- py_eval
- py
- title: "Python Types"
contents:
- dict
- tuple
- iterate
- py_iterator
- with.python.builtin.object
- title: "Python Configuration"
contents:
- install_python
- py_config
- py_discover_config
- py_available
- py_module_available
- use_python
- py_exe
- py_version
- title: "Python Output"
contents:
- py_capture_output
- py_suppress_warnings
- title: "Arrays"
contents:
- np_array
- array_reshape
- title: "Persistence"
contents:
- py_save_object
- py_load_object
- title: "Low-Level Interface"
contents:
- py_has_attr
- py_get_attr
- py_set_attr
- py_del_attr
- py_list_attributes
- py_get_item
- py_set_item
- py_del_item
- py_call
- py_to_r
- r_to_py
- as.character.python.builtin.bytes
- as.character.python.builtin.str
- py_is_null_xptr
- py_id
- py_len
- py_bool
- py_str
- py_unicode
- py_set_seed
- py_last_error
- py_help
- py_func
- py_main_thread_func
- py_ellipsis
- py_none
- PyClass
- py_function_custom_scaffold
- nameOfClass.python.builtin.type
- ==.python.builtin.object
- title: "Package Installation"
contents:
- py_install
- py_list_packages
- virtualenv-tools
- configure_environment
- conda-tools
- conda_run2
- title: "Miniconda"
contents:
- install_miniconda
- miniconda_uninstall
- miniconda_path
- miniconda_update