rapids/mkdocs.yml

120 lines
3.9 KiB
YAML
Raw Normal View History

2020-10-30 20:48:05 +01:00
site_name: RAPIDS
markdown_extensions:
- toc:
permalink: True
- admonition
- smarty
- wikilinks
- codehilite:
linenums: True
# - urlize # requires: pip install git+https://github.com/r0wb0t/markdown-urlize.git
2020-11-06 01:43:33 +01:00
- pymdownx.arithmatex:
generic: true
2020-10-30 20:48:05 +01:00
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: True
- pymdownx.tilde
- attr_list
- pymdownx.keys
2020-10-30 20:48:05 +01:00
extra:
2020-11-08 21:48:06 +01:00
version:
method: mike
2020-10-30 20:48:05 +01:00
social:
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/julio_ui'
2020-11-06 01:43:33 +01:00
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
2020-11-19 00:30:32 +01:00
- javascripts/extra.js
2020-11-06 01:43:33 +01:00
2020-10-30 20:48:05 +01:00
repo_name: 'carissalow/rapids'
repo_url: 'https://github.com/carissalow/rapids'
copyright: 'Released under AGPL'
theme:
name: material
icon:
logo: material/air-filter
2020-11-08 21:08:46 +01:00
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- navigation.sections
2020-11-08 21:08:46 +01:00
- search.suggest
- search.highlight
extra_css:
- stylesheets/extra.css
nav:
2020-10-30 20:48:05 +01:00
- Home: 'index.md'
- Setup:
2020-11-06 01:43:33 +01:00
- File Structure: file-structure.md
2020-10-30 20:48:05 +01:00
- Installation: 'setup/installation.md'
2020-12-02 23:27:05 +01:00
- Configuration: setup/configuration.md
2020-11-04 19:27:58 +01:00
- Execution: setup/execution.md
- Example Workflows:
2020-11-04 22:41:39 +01:00
- Minimal: workflow-examples/minimal.md
2020-12-03 18:50:28 +01:00
- Analysis: workflow-examples/analysis.md
- Behavioral Features:
- Introduction: features/feature-introduction.md
- Phone:
2020-11-06 01:43:33 +01:00
- Phone Accelerometer: features/phone-accelerometer.md
2020-11-06 02:56:11 +01:00
- Phone Activity Recognition: features/phone-activity-recognition.md
2020-11-06 01:43:33 +01:00
- Phone Applications Foreground: features/phone-applications-foreground.md
2020-11-06 02:42:56 +01:00
- Phone Battery: features/phone-battery.md
2020-11-06 02:56:11 +01:00
- Phone Bluetooth: features/phone-bluetooth.md
- Phone Calls: features/phone-calls.md
2020-11-06 22:49:17 +01:00
- Phone Conversation: features/phone-conversation.md
- Phone Data Yield: features/phone-data-yield.md
2020-11-06 02:56:11 +01:00
- Phone Light: features/phone-light.md
2020-11-06 19:03:32 +01:00
- Phone Locations: features/phone-locations.md
2020-11-06 02:56:11 +01:00
- Phone Messages: features/phone-messages.md
2020-11-06 22:37:38 +01:00
- Phone Screen: features/phone-screen.md
2020-11-06 02:56:11 +01:00
- Phone WiFI Connected: features/phone-wifi-connected.md
- Phone WiFI Visible: features/phone-wifi-visible.md
2020-11-19 18:30:16 +01:00
- Fitbit:
- Fitbit Heart Rate Summary: features/fitbit-heartrate-summary.md
- Fitbit Heart Rate Intraday: features/fitbit-heartrate-intraday.md
2020-11-23 22:52:23 +01:00
- Fitbit Sleep Summary: features/fitbit-sleep-summary.md
2020-11-19 18:30:16 +01:00
- Fitbit Steps Summary: features/fitbit-steps-summary.md
- Fitbit Steps Intraday: features/fitbit-steps-intraday.md
2020-11-07 23:57:59 +01:00
- Add New Features: features/add-new-features.md
2020-12-04 22:19:25 +01:00
- Visualizations:
- Data Quality: visualizations/data-quality-visualizations.md
- Features: visualizations/feature-visualizations.md
- Developers:
- Remote Support: developers/remote-support.md
- Virtual Environments: developers/virtual-environments.md
2020-11-07 23:57:59 +01:00
- Documentation: developers/documentation.md
2020-11-07 00:06:01 +01:00
- Testing: developers/testing.md
- Test cases: developers/test-cases.md
2020-11-08 21:08:46 +01:00
- Others:
2020-12-04 03:04:20 +01:00
- Migrating from beta: migrating-from-old-versions.md
2020-11-30 19:51:05 +01:00
- Code of Conduct: code_of_conduct.md
2020-12-04 03:04:20 +01:00
- FAQ: faq.md
2020-11-08 21:08:46 +01:00
- Team: team.md
2020-12-04 22:21:22 +01:00
- Change Log: change-log.md
2020-11-08 21:08:46 +01:00
- Citation: citation.md