Skip to content

Commit cdfd39a

Browse files
committed
Update to latest jupyter book
1 parent 78e8c78 commit cdfd39a

File tree

7 files changed

+34
-49
lines changed

7 files changed

+34
-49
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ sphinx:
151151
- sphinx.ext.intersphinx
152152
- sphinx.ext.viewcode
153153
- sphinx.ext.autosummary
154-
- sphinx_panels
154+
- sphinx_design
155155
- sphinxcontrib.autodoc_pydantic

docs/_templates/sbt-sidebar-footer.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/_templates/sbt-sidebar-nav.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/_templates/sidebar-logo.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/_templates/toc-button.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/index.md

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,45 @@
1010
Atomate2 is an open source library providing computational workflows for
1111
automating first principles calculations.
1212

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** 🚀
1922
^^^
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+
:::
2125

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**
2430
^^^
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+
:::
2734

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** 📖
3040
^^^
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
3242
assumes that you have an understanding of the key concepts.
43+
:::
3344

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** 👩‍💻
3650
^^^
3751
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.
4053
:::
54+
::::

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docs = [
4444
"ipython==8.5.0",
4545
"FireWorks==2.0.3",
4646
"autodoc_pydantic==1.7.2",
47-
"jupyter-book==0.12.3",
47+
"jupyter-book==0.13.1",
4848
]
4949
dev = ["pre-commit>=2.12.1"]
5050
tests = ["pytest==7.1.3", "pytest-cov==4.0.0", "FireWorks==2.0.3"]

0 commit comments

Comments
 (0)