Skip to content

Commit e1e1de9

Browse files
committed
updating documentation
1 parent ad54c33 commit e1e1de9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = 'WfCommons'
27-
copyright = '2020-2021, WfCommons Team'
27+
copyright = '2020-2022, WfCommons Team'
2828
author = 'WfCommons Team'
2929

3030
# The short X.Y version

docs/source/index.rst

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

44
|pypi-badge| |build-badge| |license-badge|
55

6-
`WfCommons <https://wfcommons.org>`__ is a community framework for
6+
`WfCommons <https://wfcommons.org>`__ is an open-source framework for
77
enabling scientific workflow research and development. This Python package
88
provides methods for analyzing instances, deriving recipes, and generating
99
representative synthetic workflow instances.

docs/source/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ simulation frameworks that support WfFormat can then use both types of instances
6262
interchangeably. WfFormat uses a JSON specification available in the
6363
`WfFormat Schema GitHub <https://github.com/wfcommons/workflow-schema>`_
6464
repository. The current version of the WfCommons Python package uses the schema
65-
version :code:`1.1`. The schema GitHub repository provides detailed explanation
65+
version :code:`1.3`. The schema GitHub repository provides detailed explanation
6666
of WfFormat (including required fields), and also a validator script for verifying
6767
the compatibility of instances.

0 commit comments

Comments
 (0)