Skip to content

Commit 57754b8

Browse files
committed
white space formatting
1 parent 5e51e05 commit 57754b8

27 files changed

+29
-33
lines changed

.github/workflows/pytest_docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ jobs:
5050
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
5151
run: |
5252
poetry run pytest --color=yes --webdriver Firefox --headless crystal_toolkit/apps/examples/tests/
53-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: release
22

3-
on:
3+
on:
44
workflow_dispatch
55

66
jobs:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ New contributors are welcome, please see our [Code of Conduct.](code-of-conduct.
4141

4242
The Crystal Toolkit repo currently contains three major parts:
4343

44-
* An object-orientated Python framework for rendering materials science data based on the schema employed by the Materials Proejct
44+
* An object-orientated Python framework for rendering materials science data based on the schema employed by the Materials Project
4545
* A few custom Plotly Dash components (Simple3DSceneComponent, JSONComponent, GraphComponent)
4646
* Some example apps using these components
4747

4848
It is likely the custom Plotly Dash components might be spun off into a separate repo at some point to reduce the complexity of the Crystal Toolkit repo itself.
4949

5050
## Acknowledgements
5151

52-
Thank you to all the authors and maintainers of the libraries Crystal Toolkit
53-
depends upon, and in particular [pymatgen](http://pymatgen.org) for crystallographic
52+
Thank you to all the authors and maintainers of the libraries Crystal Toolkit
53+
depends upon, and in particular [pymatgen](http://pymatgen.org) for crystallographic
5454
analysis and [Dash from Plotly](https://plot.ly/products/dash/) for their web app framework.
5555

5656
Thank you to the [NERSC Spin](http://www.nersc.gov/users/data-analytics/spin/) service for

code-of-conduct.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
4646
version 1.3.0, available at https://www.contributor-covenant.org/version/1/3/0/code-of-conduct.html
4747

4848
[homepage]: https://www.contributor-covenant.org
49-
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
3-
41
body, html, .body {
52
background: #f3f3f3 !important;
63
}
7-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"10.26434/chemrxiv.11294480.v1": "D. Waroquiers, J. George, M. Horton, S. Schenk, K. Persson, G.-M. Rignanese, X. Gonze, and G. Hautier, \u201cChemEnv\u202f: A Fast and Robust Coordination Environment Identification Tool,\u201d Dec. 2019.\n", "10.3389/fmats.2017.00034": "N. E. R. Zimmermann, M. K. Horton, A. Jain, and M. Haranczyk, \u201cAssessing Local Structure Motifs Using Order Parameters for Motif Recognition, Interstitial Identification, and Diffusion Path Characterization,\u201d Frontiers in Materials, vol. 4, Nov. 2017.\n"}
1+
{"10.26434/chemrxiv.11294480.v1": "D. Waroquiers, J. George, M. Horton, S. Schenk, K. Persson, G.-M. Rignanese, X. Gonze, and G. Hautier, \u201cChemEnv\u202f: A Fast and Robust Coordination Environment Identification Tool,\u201d Dec. 2019.\n", "10.3389/fmats.2017.00034": "N. E. R. Zimmermann, M. K. Horton, A. Jain, and M. Haranczyk, \u201cAssessing Local Structure Motifs Using Order Parameters for Motif Recognition, Interstitial Identification, and Diffusion Path Characterization,\u201d Frontiers in Materials, vol. 4, Nov. 2017.\n"}

crystal_toolkit/apps/assets/task_ids_on_load.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

crystal_toolkit/apps/examples/GaN_bs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

crystal_toolkit/apps/examples/GaN_dos.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

crystal_toolkit/apps/examples/Si_bs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)