Skip to content

Commit e195de5

Browse files
committed
Added all notebooks to examples index in docs
1 parent e27ffdb commit e195de5

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

docs/source/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ method to get started with visualization is through the `Jupyter notebook`_.
3131
:maxdepth: 2
3232
:caption: Examples
3333

34-
notebooks/water-demo.ipynb
34+
notebooks/00_index.ipynb
35+
notebooks/01_basics.ipynb
36+
notebooks/02_xyz.ipynb
37+
notebooks/03_orbitals.ipynb
3538
notebooks/nwchem.ipynb
3639
notebooks/qe.ipynb
3740

docs/source/notebooks/00_index.ipynb

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"## [Basics of exatomic](01_basics.ipynb)\n",
21+
"## [Basics of exatomic](./01_basics.ipynb)\n",
2222
"\n",
2323
"- Tutorial of basic usage and syntax\n",
2424
"- Demonstrates how to load/manipulate dataframe data"
@@ -28,7 +28,7 @@
2828
"cell_type": "markdown",
2929
"metadata": {},
3030
"source": [
31-
"## [XYZ Tutorial](02_xyz.ipynb)\n",
31+
"## [XYZ Tutorial](./02_xyz.ipynb)\n",
3232
"\n",
3333
"- Load an XYZ trajectory\n",
3434
"- Visualize the structure\n",
@@ -39,7 +39,7 @@
3939
"cell_type": "markdown",
4040
"metadata": {},
4141
"source": [
42-
"## [Visualization of Molecular Orbitals](03_orbitals.ipynb)\n",
42+
"## [Visualization of Molecular Orbitals](./03_orbitals.ipynb)\n",
4343
"\n",
4444
"- Tutorial on parsing data from wave function theory software\n",
4545
"- Visualization of molecular orbitals\n",
@@ -50,17 +50,24 @@
5050
"cell_type": "markdown",
5151
"metadata": {},
5252
"source": [
53-
"# [NWChem](nwchem.ipynb)\n",
53+
"# [NWChem](./nwchem.ipynb)\n",
5454
"- [NWChem](https://github.com/nwchemgit/nwchem/wiki) is a computational chemistry software"
5555
]
5656
},
5757
{
5858
"cell_type": "markdown",
5959
"metadata": {},
6060
"source": [
61-
"# [QE](qe.ipynb)\n",
61+
"# [QE](./qe.ipynb)\n",
6262
"- [QE](https://www.quantum-espresso.org/) is primarily a solid state physics simulation software"
6363
]
64+
},
65+
{
66+
"cell_type": "code",
67+
"execution_count": null,
68+
"metadata": {},
69+
"outputs": [],
70+
"source": []
6471
}
6572
],
6673
"metadata": {

0 commit comments

Comments
 (0)