-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yml
55 lines (52 loc) · 1.46 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
site_name: FPSim2
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Getting started:
- Installation: user_guide/install.md
- Creating FP Database: user_guide/create_db_file.md
- Sanitization: user_guide/sanitization.md
- Alternative SQLAlchemy backend: user_guide/sql_backend.md
- CPU searches:
- Similarity Search: user_guide/similarity.md
- Tversky Search: user_guide/tversky.md
- Substructure Screenout: user_guide/subs_screenout.md
- Similarity Matrix: user_guide/sim_matrix.md
- GPU searches:
- GPU Similarity Search: user_guide/gpu.md
- Contrib:
- iSIM: user_guide/contrib.md
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/chembl/FPSim2
repo_name: chembl/FPSim2
copyright: 2019-2025 Eloy Félix Manzanares