|
1 | 1 | site_name: project_name |
2 | | -docs_dir: docs/docs |
| 2 | +docs_dir: docs |
3 | 3 | nav: |
4 | | -- Getting Started: |
5 | | - - Package Overview: 'getting_started/overview.md' |
6 | | - - Installation: 'getting_started/installation.md' |
7 | | - - Basic Usage: 'getting_started/basic_usage.md' |
8 | | - - Contributing: 'getting_started/contributing.md' |
9 | | -# - User Guide: |
10 | | -- API Reference: reference/ |
11 | | -extra_css: |
12 | | -- css/code_select.css |
| 4 | + - Getting Started: |
| 5 | + - Package Overview: "getting_started/overview.md" |
| 6 | + - Installation: "getting_started/installation.md" |
| 7 | + - Basic Usage: "getting_started/basic_usage.md" |
| 8 | + - Contributing: "getting_started/contributing.md" |
| 9 | + # - User Guide: |
| 10 | + - API Reference: reference/ |
| 11 | + |
| 12 | +copyright: Copyright © 2023 Paul-B98 |
| 13 | + |
13 | 14 | theme: |
14 | 15 | name: material |
15 | | - repo_url: 'https://github.com/Paul-B98/python-project-template' |
| 16 | + repo_url: "https://github.com/Paul-B98/python-project-template" |
16 | 17 | features: |
17 | 18 | - navigation.tabs |
18 | 19 | - navigation.footer |
| 20 | + |
19 | 21 | extra: |
20 | 22 | social: |
21 | | - - icon: fontawesome/brands/github |
22 | | - link: https://github.com/Paul-B98/python-project-template |
23 | | - - icon: fontawesome/brands/python |
24 | | - link: https://pypi.org/project/ # TODO change this to your project name |
25 | | -copyright: Copyright © 2023 AIDH-MS |
| 23 | + - icon: fontawesome/brands/github |
| 24 | + link: https://github.com/Paul-B98/python-project-template |
| 25 | + - icon: fontawesome/brands/python |
| 26 | + link: https://pypi.org/project/ # TODO change this to your project name |
| 27 | + |
| 28 | +extra_css: |
| 29 | + - assets/css/code_select.css |
| 30 | + - assets/css/fonts.css |
26 | 31 |
|
27 | 32 | markdown_extensions: |
28 | | -- attr_list |
29 | | -- pymdownx.highlight: |
30 | | - linenums: true |
31 | | - use_pygments: true |
32 | | - pygments_lang_class: true |
33 | | -- pymdownx.superfences |
34 | | -- pymdownx.extra |
35 | | -- footnotes |
| 33 | + - attr_list |
| 34 | + - pymdownx.highlight: |
| 35 | + linenums: true |
| 36 | + use_pygments: true |
| 37 | + pygments_lang_class: true |
| 38 | + - pymdownx.superfences |
| 39 | + - pymdownx.extra |
| 40 | + - footnotes |
| 41 | + - pymdownx.arithmatex: |
| 42 | + generic: true |
36 | 43 |
|
37 | 44 | plugins: |
38 | | -- search: |
39 | | -- macros: |
40 | | - include_dir: ./ |
41 | | -- gen-files: |
42 | | - scripts: |
43 | | - - docs/scripts/gen_ref_pages.py |
44 | | -- literate-nav: |
45 | | - nav_file: SUMMARY.md |
46 | | -- section-index |
47 | | -- mkdocstrings: |
48 | | - handlers: |
49 | | - python: |
50 | | - paths: ['project_name'] |
51 | | - options: |
52 | | - docstring_style: numpy |
| 45 | + - search: |
| 46 | + - macros: |
| 47 | + include_dir: ./ |
| 48 | + - gen-files: |
| 49 | + scripts: |
| 50 | + - docs/scripts/gen_ref_pages.py |
| 51 | + - literate-nav: |
| 52 | + nav_file: SUMMARY.md |
| 53 | + - section-index |
| 54 | + - mkdocstrings: |
| 55 | + handlers: |
| 56 | + python: |
| 57 | + paths: ["project_name"] |
| 58 | + options: |
| 59 | + docstring_style: numpy |
0 commit comments