-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (95 loc) · 2.7 KB
/
Copy pathmkdocs.yml
File metadata and controls
104 lines (95 loc) · 2.7 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
94
95
96
97
98
99
100
101
102
103
104
# Project Information
site_name: CCBR How Tos
site_author: Vishal Koparde, Ph.D., Samantha Sevilla, PhD.
site_description: >-
Step-by-step detailed How To Guides for data management and other CCBR-relevant tasks.
# Repository
repo_name: CCBR/HowTos
repo_url: https://github.com/CCBR/HowTos
edit_uri: ""
# Copyright
copyright: Copyright © 2025 CCBR
# Configuration
theme:
name: readthedocs
locale: en
# Plugins
plugins:
- search
- git-revision-date
- minify:
minify_html: true
# Customization
extra:
generator: false
social:
- icon: fontawesome/solid/users
link: https://ccbr.ccr.cancer.gov/
- icon: fontawesome/brands/github
link: https://github.com/CCBR
- icon: fontawesome/solid/paper-plane
link: mailto:vishal.koparde@nih.gov
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page Tree
nav:
- Intro : index.md
- GitHub:
- Overview: GitHub/overview.md
- Set-Up:
- Preparing your environment: GitHub/howto_setup.md
- Basic Commands: GitHub/howto_functions.md
- Basics:
- Creating your GitHub Repo: GitHub/basic_repo.md
- Creating your Documentation: GitHub/basic_docs.md
- Creating GitHub Actions: GitHub/basic_actions.md
- Using Pre-Commit: GitHub/howto_precommit.md
- Best Practices:
- Projects,Pipelines: GitHub/sop_projpipes.md
- TechDev: GitHub/sop_techdev.md
- TechDev:
- Best Practices: GitHub/sop_techdev.md
- HPCDME :
- Setup : HPCDME/setup.md
- Biowulf2HPCDME: HPCDME/transfer.md
- Helix2HPCDME: HPCDME/transferFromHelix.md
- UCSC Tracks:
- Overview: UCSC/overview.md
- Creating Inputs: UCSC/creating_inputs.md
- Creating Tracks Info: UCSC/creating_track_info.md
- Creating Tracks: UCSC/creating_tracks.md
- Creating an R Package:
- Set-Up: Rpackage/setup.md
- Creating the package: Rpackage/build_pkg.md
- Troubleshooting: Rpackage/common_issues.md
- Other How Tos:
- Datashare: OtherHowTos/datashare.md
- Zenodo: OtherHowTos/zenodo.md
- LucidCharts: OtherHowTos/lucidcharts.md
- Tutorials:
- Snakemake: Tutorials/snakemake.md
- Contributions: contributions.md