forked from NHSDigital/rap-community-of-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
130 lines (130 loc) · 5.63 KB
/
mkdocs.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
site_name: RAP Community of Practice
# site_url: https://example.com
repo_url: https://github.com/NHSDigital/rap-community-of-practice
repo_name: RAP Community of Practice
edit_uri: edit/main/docs/
plugins:
- git-revision-date-localized:
fallback_to_build_date: true
- search
- mkdocs-jupyter:
include_source: True
theme: dark
nav:
- Home: README.md
- About: about.md
- Support: support.md
- Acknowledgements: acknowledgements.md
- Introduction to RAP:
- Why RAP is important: introduction_to_RAP/why_RAP_is_important.md
- Levels of RAP: introduction_to_RAP/levels_of_RAP.md
- Our RAP service:
- The RAP team: our_RAP_service/README.md
- Building team capability: our_RAP_service/building_team_capability.md
- Support models: our_RAP_service/support-models.md
- Thin slice strategy: our_RAP_service/thin-slice-strategy.md
- Typical engagement flow: our_RAP_service/typical-engagement-flow.md
- Programme level reporting: our_RAP_service/programme-level-reporting.md
- Service design and user research: our_RAP_service/service-design-and-user-research.md
- Implementing RAP:
- Are you ready for RAP?: implementing_RAP/rap-readiness.md
- Code review: implementing_RAP/code-review.md
- Coding best practice: implementing_RAP/coding-best-practice.md
- When to stop coding: implementing_RAP/when-to-stop-coding.md
- How to publish your code in the open: implementing_RAP/how-to-publish-your-code-in-the-open.md
- Updating published code: implementing_RAP/updating-your-published-code.md
- Guidance on accessibility: implementing_RAP/accessibility-how-to.md
- Quality assuring analytical outputs: implementing_RAP/quality-assuring-analytical-outputs.md
- Technical workflow: implementing_RAP/technical-workflow.md
- Notebooks vs IDE development: implementing_RAP/notebooks_versus_ide_development.md
- Tidy data: implementing_RAP/tidy-data.md
- Tools: implementing_RAP/tools.md
- Training resources:
- Git:
- Intro to Git: training_resources/git/intro-to-git.md
- Using Git collaboratively: training_resources/git/using-git-collaboratively.md
- Git Hooks: training_resources/git/githooks.md
- Python:
- Basic Python data analysis operations: training_resources/python/basic-python-data-analysis-operations.md
- Python functions: training_resources/python/python-functions.md
- Visualisation in Python: training_resources/python/visualisation-in-python.md
- Handling file paths: training_resources/python/handling-file-paths.md
- Logging and error handling in Python: training_resources/python/logging-and-error-handling.md
- Project structure and packaging: training_resources/python/project-structure-and-packaging.md
- Using Python f-strings to run SQL queries: training_resources/python/using-f-strings-sql-queries.md
- Virtual environments:
- Why use virtual environments?: training_resources/python/virtual-environments/why-use-virtual-environments.md
- Venv: training_resources/python/virtual-environments/venv.md
- Conda: training_resources/python/virtual-environments/conda.md
- Unit testing: training_resources/python/unit-testing.md
- Unit testing field definitions: training_resources/python/unit-testing-field-definitions.md
- Back testing: training_resources/python/backtesting.md
- PySpark:
- About PySpark: training_resources/pyspark/README.md
- Logging and error handling in PySpark: training_resources/pyspark/logging-and-error-handling.md
- PySpark style guide: training_resources/pyspark/pyspark-style-guide.md
- Download our PySpark tutorial: training_resources/pyspark/pyspark-tutorial.py
- Efficient Pyspark case study: training_resources/pyspark/efficient-pyspark-case-study.ipynb
- R:
- External resources: training_resources/R/README.md
- Git with RStudio: training_resources/R/git_with_RStudio.md
- Useful links: useful_links.md
theme:
name: material
custom_dir: overrides
palette:
scheme: default
primary: indigo
font:
text: Arial
logo: images/NHS-Digital-logo_LEFT-WHITE-235x183.png
favicon: images/NHS Digital logo_WEB_LEFT.svg
features:
- search.share
- content.code.annotate
- content.tabs.link
icon:
admonition:
<type>: material/alert
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.tasklist:
# clickable_checkbox: true
custom_checkbox: true
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/NHSDigital/rap-community-of-practice
name: NHS Digital Analytical Services
generator: false
copyright: Copyright © 2022 Crown Copyright (NHS Digital)
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js