Skip to content

Commit

Permalink
Update to v1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Mar 11, 2021
1 parent 64cab20 commit 7897db2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/guide_to_writing_firetasks.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This guide covers in more detail how one can write their own Firetasks (and retu
A "Hello World Example"
=======================

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>`_.
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>`_.

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

Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Want to see something added or changed? There are many ways to make that a reali

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/guide_to_writing_firetasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>The Comprehensive Guide to Writing Firetasks with Python<a class="headerlink
<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>
<div class="section" id="a-hello-world-example">
<h2>A “Hello World Example”<a class="headerlink" href="#a-hello-world-example" title="Permalink to this headline"></a></h2>
<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>
<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>
<p>If you are able to run that example and want more details of how to modify and extend it, read on…</p>
</div>
<div class="section" id="writing-a-basic-firetask">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h2>Reference<a class="headerlink" href="#reference" title="Permalink to this he
<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>
</ul>
<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>
<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>
<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>
<p>The list of contributors to FireWorks can be found <a class="reference internal" href="contributors.html"><span class="doc">here</span></a>.</p>
</div>
<div class="section" id="changelog">
Expand Down
4 changes: 2 additions & 2 deletions docs_rst/fireworks.tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ fireworks.tests package
Submodules
----------

fireworks.tests.main\_tests module
fireworks.tests.master\_tests module
------------------------------------

.. automodule:: fireworks.tests.main_tests
.. automodule:: fireworks.tests.master_tests
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit 7897db2

Please sign in to comment.