Skip to content

Commit 3cef93f

Browse files
committed
--amend
1 parent 889174e commit 3cef93f

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

docs/sections/calculations/errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ We'll start with the structure, k-points, and pseudopotentials and leave the inp
236236

237237
Use what you learned in the basics section to load the `structure` and `kpoints` inputs for your calculation:
238238

239-
* Use a silicon crystal {ref}`structure<matsci-structure>`.
240-
* Define a `2x2x2` mesh of {ref}`k-points<matsci-kpoints>`.
239+
* Use a silicon crystal.
240+
* Define a `2x2x2` mesh of k-points.
241241

242242
Note: If you just copy and paste code that you executed previously, this may result in duplication of information on your database.
243243
In fact, you can re-use an existing structure stored in your database [^f1].
@@ -274,7 +274,7 @@ In [6]: !verdi data upf listfamilies
274274
275275
```
276276

277-
Pick the one you {ref}`configured in the basics hands on<matsci-pseudos>` (the `SSSP` family) and link the correct pseudopotentials to the calculation using the command:
277+
Pick the one you pseudos (the `SSSP` family) and link the correct pseudopotentials to the calculation using the command:
278278

279279
```{code-block} ipython
280280

requirements.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
sphinx~=2.4.3
2-
sphinx-book-theme~=0.1
3-
sphinx-copybutton~=0.3.1
4-
sphinx-panels~=0.5
5-
# jupyter-sphinx~=0.3.2
1+
sphinx
2+
sphinx-book-theme
3+
sphinx-copybutton
4+
sphinx-panels
5+
sphinx-tabs
66
myst-nb~=0.13.0a1
7-
# jupytext~=1.7.1
8-
# pre-commit hooks
97
pre-commit
108
black
11-
# transifex
12-
# sphinx-intl==2.0.0
13-
# transifex-client==0.13.7
14-
# six==1.12.0

0 commit comments

Comments
 (0)