Skip to content

Commit 7897db2

Browse files
committed
Update to v1.9.7
1 parent 64cab20 commit 7897db2

5 files changed

+6
-6
lines changed

docs/_sources/guide_to_writing_firetasks.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide covers in more detail how one can write their own Firetasks (and retu
77
A "Hello World Example"
88
=======================
99

10-
If you'd like to see a "Hello World" Example of a custom Firetask, you can go `here <https://github.com/materialsproject/fireworks/tree/master/fireworks/examples/custom_firetasks/hello_world>`_.
10+
If you'd like to see a "Hello World" Example of a custom Firetask, you can go `here <https://github.com/materialsproject/fireworks/tree/main/fireworks/examples/custom_firetasks/hello_world>`_.
1111

1212
If you are able to run that example and want more details of how to modify and extend it, read on...
1313

docs/_sources/index.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Want to see something added or changed? There are many ways to make that a reali
262262

263263
Please submit questions, issues / bug reports, and all other communication through the `FireWorks Discourse forum <https://discuss.matsci.org/c/fireworks>`_.
264264

265-
Make contributions through GitHub using our `Contribution Guidelines. <https://github.com/materialsproject/fireworks/blob/master/CONTRIBUTING.md>`_
265+
Make contributions through GitHub using our `Contribution Guidelines. <https://github.com/materialsproject/fireworks/blob/main/CONTRIBUTING.md>`_
266266

267267
The list of contributors to FireWorks can be found :doc:`here </contributors>`.
268268

docs/guide_to_writing_firetasks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>The Comprehensive Guide to Writing Firetasks with Python<a class="headerlink
5151
<p>This guide covers in more detail how one can write their own Firetasks (and return dynamic actions), and assemble those Firetasks into FireWorks and Workflows. This guide will also cover the FWAction object, passing data, and dynamic workflow actions.</p>
5252
<div class="section" id="a-hello-world-example">
5353
<h2>A “Hello World Example”<a class="headerlink" href="#a-hello-world-example" title="Permalink to this headline"></a></h2>
54-
<p>If you’d like to see a “Hello World” Example of a custom Firetask, you can go <a class="reference external" href="https://github.com/materialsproject/fireworks/tree/master/fireworks/examples/custom_firetasks/hello_world">here</a>.</p>
54+
<p>If you’d like to see a “Hello World” Example of a custom Firetask, you can go <a class="reference external" href="https://github.com/materialsproject/fireworks/tree/main/fireworks/examples/custom_firetasks/hello_world">here</a>.</p>
5555
<p>If you are able to run that example and want more details of how to modify and extend it, read on…</p>
5656
</div>
5757
<div class="section" id="writing-a-basic-firetask">

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h2>Reference<a class="headerlink" href="#reference" title="Permalink to this he
262262
<li><p>Contribute code! If you are interested in this option, please see our <a class="reference internal" href="contributing.html"><span class="doc">contribution guidelines</span></a>.</p></li>
263263
</ul>
264264
<p>Please submit questions, issues / bug reports, and all other communication through the <a class="reference external" href="https://discuss.matsci.org/c/fireworks">FireWorks Discourse forum</a>.</p>
265-
<p>Make contributions through GitHub using our <a class="reference external" href="https://github.com/materialsproject/fireworks/blob/master/CONTRIBUTING.md">Contribution Guidelines.</a></p>
265+
<p>Make contributions through GitHub using our <a class="reference external" href="https://github.com/materialsproject/fireworks/blob/main/CONTRIBUTING.md">Contribution Guidelines.</a></p>
266266
<p>The list of contributors to FireWorks can be found <a class="reference internal" href="contributors.html"><span class="doc">here</span></a>.</p>
267267
</div>
268268
<div class="section" id="changelog">

docs_rst/fireworks.tests.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ fireworks.tests package
44
Submodules
55
----------
66

7-
fireworks.tests.main\_tests module
7+
fireworks.tests.master\_tests module
88
------------------------------------
99

10-
.. automodule:: fireworks.tests.main_tests
10+
.. automodule:: fireworks.tests.master_tests
1111
:members:
1212
:undoc-members:
1313
:show-inheritance:

0 commit comments

Comments
 (0)