Skip to content

Commit a8e737e

Browse files
committed
actually let's not exclude files in docs_rst/
1 parent 2c80829 commit a8e737e

12 files changed

+7
-13
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude: ^(docs/|docs_rst/|.*test_files/|.*tests/).*$
1+
exclude: ^(docs/|.*test_files/|.*tests/)
22

33
repos:
44
- repo: https://github.com/myint/autoflake

docs_rst/_static/nature.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ p.caption {
258258
background-color: #eee;
259259
width: 65%;
260260
padding: 10px 10px;
261-
}
261+
}

docs_rst/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
{% block footer %}
99
{{ super() }}
10-
{% endblock %}
10+
{% endblock %}

docs_rst/builders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Running builders is simple. Note that running builders does not modify the sourc
5555

5656
To try running builders, follow the example in ``atomate.vasp.builders.examples``. Afterwards, inspect your MongoDB database to find the new collections and data.
5757

58-
Note that builders have a reset() function in case you want to start over.
58+
Note that builders have a reset() function in case you want to start over.

docs_rst/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ atomate Changelog
366366

367367
**v0.0.3**
368368

369-
* initial release (A. Jain, S.P. Ong, K. Mathew, M. Aykol)
369+
* initial release (A. Jain, S.P. Ong, K. Mathew, M. Aykol)

docs_rst/concepts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ might come in handy when setting the NCORE parameter on NERSC machines:
6565

6666
Thus, a good starting point is to set NCORE=4 for Matgen/Edison and NCORE=8 for
6767
Cori. Reduce NCORE if you want to try to increase speed at the risk of having
68-
lower memory available per orbital.
68+
lower memory available per orbital.

docs_rst/creating_workflows.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,3 @@ Understanding this guide has enabled you to create arbitrarily complex atomate w
303303
If any of this was unclear, or if you feel that useful documentation is missing, please leave us feedback on the `atomate Discourse forum`_! To see all of the different pieces you can control with Python, go to the :ref:`API documentation <modindex>`. Many customization options and features of interest are not in atomate alone, but in `FireWorks`_, `pymatgen`_, and `custodian`_. Mastering FireWorks will enable you to get the most out of executing and managing your workflows. Mastering pymatgen will help you write complex materials workflows and perform sophisticated analyses of results.
304304

305305
.. _atomate Discourse forum: https://discuss.matsci.org/c/atomate
306-
307-

docs_rst/customizing_workflows.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,3 @@ Which POTCAR file you want to use is controlled by the input set as well. The ea
219219

220220
.. _pymatgen's vasp sets: http://pymatgen.org/pymatgen.io.vasp.sets.html
221221
.. _pymatgen.io.vasp.sets.MPHSERelaxSet: http://pymatgen.org/pymatgen.io.vasp.sets.html#pymatgen.io.vasp.sets.MPHSERelaxSet
222-

docs_rst/developer_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ If you need to debug at a later point, this might be something to refer back to,
7070
Many tests have a DEBUG option that can sometimes help in finding problems.
7171
Sometimes you need to toggle DEBUG on/off a couple of times if you are doing this to make sure all the old data is actually cleared between debug runs.
7272

73-
Run the tests by navigating to ``<<INSTALL_DIR>>/codes/atomate/`` and running ``python setup.py test`` or ``nosetests``.
73+
Run the tests by navigating to ``<<INSTALL_DIR>>/codes/atomate/`` and running ``python setup.py test`` or ``nosetests``.

docs_rst/gibbs_workflow_tutorial.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,3 @@ At this point, you might:
216216

217217
* Explore using builders to generate metadata: :ref:`builders`.
218218
* Skip to learning how to create your own workflows that you can use and distribute: :ref:`creating workflows`.
219-

0 commit comments

Comments
 (0)