forked from kewh5868/SAXSShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
113 lines (107 loc) · 3.85 KB
/
Copy pathmkdocs.yml
File metadata and controls
113 lines (107 loc) · 3.85 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
105
106
107
108
109
110
111
112
113
site_name: SAXSShell
site_description: >-
Workflow-oriented documentation for SAXSShell, focused on comparing
molecular-dynamics-derived solvation structures against small-angle X-ray
scattering data.
site_url: https://kewh5868.github.io/SAXSShell/
repo_url: https://github.com/kewh5868/SAXSShell
repo_name: kewh5868/SAXSShell
theme:
name: material
logo: source/img/saxshell_icon.svg
favicon: source/img/saxshell_favicon.png
features:
- navigation.sections
- navigation.expand
- navigation.top
- navigation.path
- content.code.copy
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
hooks:
- docs/hooks.py
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- tables
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quickstart: getting-started/quickstart.md
- Project Setup: getting-started/project-setup.md
- User Guide:
- Main UI Workflow Elements:
- GUI Overview: user-guide/gui-overview.md
- Project Configuration: user-guide/project-configuration.md
- Template System: user-guide/template-system.md
- Pre-loaded SAXS Models: user-guide/preloaded-saxs-models.md
- SAXS Contrast Mode: user-guide/saxs-contrast-mode.md
- SAXS Prefit: user-guide/saxs-prefit.md
- LMFit Workflow: user-guide/lmfit-workflow.md
- pyDREAM Workflow: user-guide/pydream-workflow.md
- Results and Export: user-guide/results-and-export.md
- Supporting Applications:
- MD Extraction:
- MD Extraction and Cluster Preparation: user-guide/cluster-extraction.md
- XYZ to PDB Conversion: user-guide/xyz2pdb-conversion.md
- Structure Analysis:
- Bond Analysis: user-guide/bond-analysis.md
- Cluster Dynamics: user-guide/cluster-dynamics-ml.md
- PDF:
- PDF Calculation: user-guide/pdf-calculation.md
- fullrmc Packmol Docker Link: user-guide/fullrmc-packmol-docker.md
- Visualization:
- Blender Structure Renderer: user-guide/blender-structure-renderer.md
- SAXS Calculation Preview:
- SAXS Contrast Mode: user-guide/saxs-contrast-mode.md
- 1D Born Approximation (Average): user-guide/electron-density-mapping.md
- 3D FFT Born Approximation: user-guide/fft-born-approximation.md
- X-ray Toolkit:
- X-ray Toolkit: user-guide/xray-toolkit.md
- (beta):
- Representative Structure CLI: user-guide/representative-structure-cli.md
- Cluster Dynamics Time-Binned: user-guide/cluster-dynamics.md
- Debye-Waller Analysis: user-guide/debye-waller-analysis.md
- Tutorials:
- Example Workflow: tutorials/example-workflow.md
- MD to SAXS Pipeline: tutorials/md-to-saxs-pipeline.md
- API:
- Overview: api/overview.md
- Development:
- Repo Structure: development/repo-structure.md
- SAXS Contrast Mode: development/saxs-contrast-mode.md
- Contributing: development/contributing.md