-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmkdocs.yml
More file actions
102 lines (93 loc) · 3.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
102 lines (93 loc) · 3.09 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
site_name: Polyply
site_description: >-
A Python suite for facilitating simulations of (bio-)macromolecules and
nanomaterials — generation of GROMACS input files and starting coordinates.
site_author: The Polyply development team
# The published URL. Update this once the deployment target is decided.
# For GitHub Pages served from a project repo it is:
# https://<org-or-user>.github.io/<repo>/
site_url: https://marrink-lab.github.io/polyply_1.0/
# Source repository (used for the "edit" and repo links in the header).
repo_url: https://github.com/marrink-lab/polyply_1.0
repo_name: marrink-lab/polyply_1.0
edit_uri: edit/master/docs/
copyright: Copyright © 2020 University of Groningen — Apache 2.0 License
theme:
name: material
logo: assets/polyply_logo.png
favicon: assets/polyply_logo.png
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
- toc.follow
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
plugins:
- search
# Keeps old wiki URLs working after the migration.
- redirects:
redirect_maps:
"tutorials/martini-polymer-melts.md": "tutorials/martini-polymers.md"
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
# Render the $...$ / $$...$$ math used in some tutorials.
- pymdownx.arithmatex:
generic: true
# Injects the repo-root LIBRARY.md into the Polymer Library page at build time
# (single source of truth) and rewrites its links to absolute GitHub URLs.
hooks:
- docs_hooks/include_library.py
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quick-start.md
- Polymer Library: reference/polymer-library.md
- Tutorials:
- Martini Polymers: tutorials/martini-polymers.md
- GROMOS Polymer Melts: tutorials/gromos-polymer-melts.md
- PEGylated Lipid Bilayers: tutorials/pegylated-lipid-bilayers.md
- Single-Stranded DNA: tutorials/single-stranded-dna.md
- Martini 3 IDPs / Proteins: tutorials/martini3-idps-proteins.md
- PEGylated Proteins: tutorials/pegylated-proteins.md
- Syntax Reference:
- Build File: reference/build-file-syntax.md
- gen_seq: reference/gen-seq-syntax.md
- Writing .ff Input Files: reference/writing-ff-input-files.md
- Contributing:
- Submit Polymer Parameters: contributing/submit-polymer-parameters.md
- FAQs: faqs.md