From 7897db27c0dbb9769c3a57169f8722507e2878dc Mon Sep 17 00:00:00 2001 From: Anubhav Jain Date: Thu, 11 Mar 2021 15:22:59 -0800 Subject: [PATCH] Update to v1.9.7 --- docs/_sources/guide_to_writing_firetasks.rst.txt | 2 +- docs/_sources/index.rst.txt | 2 +- docs/guide_to_writing_firetasks.html | 2 +- docs/index.html | 2 +- docs_rst/fireworks.tests.rst | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_sources/guide_to_writing_firetasks.rst.txt b/docs/_sources/guide_to_writing_firetasks.rst.txt index 794a878c4..a09ef6cc4 100644 --- a/docs/_sources/guide_to_writing_firetasks.rst.txt +++ b/docs/_sources/guide_to_writing_firetasks.rst.txt @@ -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 `_. +If you'd like to see a "Hello World" Example of a custom Firetask, you can go `here `_. If you are able to run that example and want more details of how to modify and extend it, read on... diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index a1e21e63f..afdfcd192 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -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 `_. -Make contributions through GitHub using our `Contribution Guidelines. `_ +Make contributions through GitHub using our `Contribution Guidelines. `_ The list of contributors to FireWorks can be found :doc:`here `. diff --git a/docs/guide_to_writing_firetasks.html b/docs/guide_to_writing_firetasks.html index cf6185539..650c13683 100644 --- a/docs/guide_to_writing_firetasks.html +++ b/docs/guide_to_writing_firetasks.html @@ -51,7 +51,7 @@

The Comprehensive Guide to Writing Firetasks with Python

A “Hello World Example”

-

If you’d like to see a “Hello World” Example of a custom Firetask, you can go here.

+

If you’d like to see a “Hello World” Example of a custom Firetask, you can go here.

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

diff --git a/docs/index.html b/docs/index.html index 5703e881e..9cb8259db 100644 --- a/docs/index.html +++ b/docs/index.html @@ -262,7 +262,7 @@

Referencecontribution guidelines.

Please submit questions, issues / bug reports, and all other communication through the FireWorks Discourse forum.

-

Make contributions through GitHub using our Contribution Guidelines.

+

Make contributions through GitHub using our Contribution Guidelines.

The list of contributors to FireWorks can be found here.

diff --git a/docs_rst/fireworks.tests.rst b/docs_rst/fireworks.tests.rst index 383f056f7..1fa2e4e13 100644 --- a/docs_rst/fireworks.tests.rst +++ b/docs_rst/fireworks.tests.rst @@ -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: