-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_pkgdown.yml
More file actions
93 lines (84 loc) · 3.1 KB
/
_pkgdown.yml
File metadata and controls
93 lines (84 loc) · 3.1 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
88
89
90
91
92
93
url: https://rajlabmssm.github.io/echoconda/
template:
bootstrap: 5
bslib:
bg: "#1a2744"
fg: "#e8f4f4"
primary: "#4ecdc4"
secondary: "#3a8d8c"
success: "#2ee8d6"
info: "#5bc0be"
code-bg: "#d6e4ee"
code-color: "#1a2744"
border-color: "#2a4060"
link-color: "#4ecdc4"
link-hover-color: "#2ee8d6"
font-size-base: "1rem"
includes:
in_header: |
<style>
.navbar { background-color: #162038 !important; border-bottom: 2px solid #4ecdc4; }
.navbar-brand, .nav-link { color: #e8f4f4 !important; }
.nav-link:hover { color: #2ee8d6 !important; }
.nav-link.active { color: #2ee8d6 !important; border-bottom: 2px solid #2ee8d6; }
pre { background-color: #d6e4ee !important; color: #1a2744 !important; border: none !important; border-radius: 12px; margin: 0; padding: 0.8em 1em; }
code { color: #1a6b68 !important; border: none !important; }
pre code { color: #1a2744 !important; border: none !important; background: transparent !important; }
pre code span { border: none !important; background: transparent !important; }
.table { color: #e8f4f4 !important; }
.table-striped > tbody > tr:nth-of-type(odd) > * { background-color: rgba(78, 205, 196, 0.05) !important; color: #e8f4f4 !important; }
.table-striped > tbody > tr:nth-of-type(even) > * { background-color: transparent !important; color: #e8f4f4 !important; }
.table > thead { border-bottom: 2px solid #4ecdc4; }
h1, h2, h3, h4, h5, h6 { color: #4ecdc4 !important; }
a { color: #5bc0be; } a:hover { color: #2ee8d6; }
.card { background-color: #1e3050; border-color: #2a4060; }
.footer { background-color: #162038 !important; border-top: 1px solid #2a4060; }
.page-header { border-bottom: 2px solid #3a8d8c; }
.sourceCode { background-color: #d6e4ee !important; border: 1px solid #3a8d8c; border-radius: 12px !important; overflow: hidden; }
.sourceCode code span, .sourceCode code a { border: none !important; outline: none !important; box-shadow: none !important; background: transparent !important; }
</style>
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/RajLabMSSM/echoconda
reference:
- title: Conda Installation
desc: Install and locate conda.
contents:
- install_conda
- find_conda
- title: Environment Management
desc: Create, activate, remove, and query conda environments.
contents:
- yaml_to_env
- env_to_yaml
- activate_env
- remove_env
- env_exists
- which_env
- list_envs
- title: Package & Path Discovery
desc: Find packages, executables, and paths within conda environments.
contents:
- find_packages
- find_python_path
- find_env_rlib
- find_executables_remote
- title: CLI Import
desc: Convert command-line tools into R functions.
contents:
- import_cli
- parse_options
- cmd_print
- title: YAML Utilities
desc: List available YAML environment specs.
contents:
- list_yamls
- title: Other
contents:
- reticulate
- install_conda_reticulate