File tree Expand file tree Collapse file tree 7 files changed +34
-49
lines changed Expand file tree Collapse file tree 7 files changed +34
-49
lines changed Original file line number Diff line number Diff line change @@ -151,5 +151,5 @@ sphinx:
151
151
- sphinx.ext.intersphinx
152
152
- sphinx.ext.viewcode
153
153
- sphinx.ext.autosummary
154
- - sphinx_panels
154
+ - sphinx_design
155
155
- sphinxcontrib.autodoc_pydantic
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
Atomate2 is an open source library providing computational workflows for
11
11
automating first principles calculations.
12
12
13
- :::{panels}
14
- :container: + text-center
15
- :column: col-lg-6 px-2 py-2
16
- :card:
17
-
18
- ** [ User Guide] ( user/index ) ** 🚀
13
+ ::::{grid} 1 1 2 2
14
+ :class-container: text-center
15
+ :gutter: 3
16
+
17
+ :::{grid-item-card}
18
+ :link : user/index
19
+ :link-type: doc
20
+ :class-header: bg-light
21
+ ** User Guide** 🚀
19
22
^^^
20
- The [ user guide] ( user/index ) provides in-depth information and tutorials for using * atomate2* .
23
+ The user guide provides in-depth information and tutorials for using * atomate2* .
24
+ :::
21
25
22
- ---
23
- ** [ Support forum] ( https://matsci.org/c/atomate ) ** ✨
26
+ :::{grid-item-card}
27
+ :link : https://matsci.org/c/atomate
28
+ :class-header: bg-light
29
+ ** Support forum** ✨
24
30
^^^
25
- You've read the [ user guide] ( user/index ) but still need help? Ask questions on the [ atomate2
26
- support forum] ( https://matsci.org/c/atomate )
31
+ You've read the user guide but still need help? Ask questions on the atomate2
32
+ support forum.
33
+ :::
27
34
28
- ---
29
- ** [ API reference] ( reference/index ) ** 📖
35
+ :::{grid-item-card}
36
+ :link : reference/index
37
+ :link-type: doc
38
+ :class-header: bg-light
39
+ ** API reference** 📖
30
40
^^^
31
- The [ reference guide] ( reference/index ) contains a detailed description of the * atomate2* API. It
41
+ The reference guide contains a detailed description of the * atomate2* API. It
32
42
assumes that you have an understanding of the key concepts.
43
+ :::
33
44
34
- ---
35
- ** [ Developer guide] ( dev/dev_install ) ** 👩💻
45
+ :::{grid-item-card}
46
+ :link : dev/dev_install
47
+ :link-type: doc
48
+ :class-header: bg-light
49
+ ** Developer guide** 👩💻
36
50
^^^
37
51
Do you want to develop your own workflows or improve existing functionalities?
38
- Check out the [ developer guide] ( dev/dev_install ) .
39
-
52
+ Check out the developer guide.
40
53
:::
54
+ ::::
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docs = [
44
44
" ipython==8.5.0" ,
45
45
" FireWorks==2.0.3" ,
46
46
" autodoc_pydantic==1.7.2" ,
47
- " jupyter-book==0.12.3 " ,
47
+ " jupyter-book==0.13.1 " ,
48
48
]
49
49
dev = [" pre-commit>=2.12.1" ]
50
50
tests = [" pytest==7.1.3" , " pytest-cov==4.0.0" , " FireWorks==2.0.3" ]
You can’t perform that action at this time.
0 commit comments