1- .. image :: https://github.com/HECBioSim/Longbow/actions/workflows/ci.yaml/badge.svg
2- :target: https://github.com/HECBioSim/Longbow/actions/workflows/ci.yaml
3- .. image :: https://img.shields.io/pypi/v/Longbow.svg
4- :target: https://pypi.python.org/pypi/Longbow/
5- .. image :: https://img.shields.io/pypi/status/Longbow.svg
6- :target: https://pypi.python.org/pypi/Longbow
7- .. image :: https://coveralls.io/repos/github/HECBioSim/Longbow/badge.svg?branch=master
8- :target: https://coveralls.io/github/HECBioSim/Longbow?branch=master
9- .. image :: https://readthedocs.org/projects/longbow/badge/?version=latest
10- :target: https://longbow.readthedocs.io/en/latest/?badge=latest
11- :alt: Documentation Status
12-
13-
14- *******
15- Longbow
16- *******
1+ [ ![ ci] ( https://github.com/HECBioSim/Longbow/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/HECBioSim/Longbow/actions/workflows/ci.yaml )
2+ ![ PyPI - Version] ( https://img.shields.io/pypi/v/longbow?logo=pypi&logoColor=white )
3+ ![ PyPI - Status] ( https://img.shields.io/pypi/status/longbow?logo=pypi&logoColor=white )
4+ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/longbow?logo=pypi&logoColor=white )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/HECBioSim/Longbow/badge.svg?branch=main )] ( https://coveralls.io/github/HECBioSim/Longbow?branch=main )
6+ [ ![ Docs - Status] ( https://readthedocs.org/projects/longbow/badge/?version=latest )] ( https://longbow.readthedocs.io/en/latest/?badge=latest )
7+
8+ # Longbow
179
1810Longbow is an automated simulation submission and monitoring tool. Longbow
1911is designed to reproduce the look and feel of using software on the users
@@ -45,15 +37,13 @@ for automating job submission. Longbow is available as a convenient and
4537light-weight python API that can be integrated in a number of different way.
4638
4739
48- Licensing
49- =========
40+ ## Licensing
5041
5142Longbow is released under the BSD 3-clause license. A copy of this license is
5243provided when Longbow is downloaded and installed.
5344
5445
55- Citing
56- ======
46+ ## Citing
5747
5848If you make use of Longbow in your own code or in production simulations that
5949result in publishable output, then please reference our paper:
@@ -63,8 +53,7 @@ A Lightweight Remote Job Submission Tool. Journal of Open Research Software,
63534: e1, DOI: http://dx.doi.org/10.5334/jors.95
6454
6555
66- Installation
67- ============
56+ ## Installation
6857
6958Releases can be installed either via pip or can be installed manually, to
7059install via pip:
@@ -78,16 +67,14 @@ http://www.hecbiosim.ac.uk/longbow
7867and then extract and run the setup.py script to install.
7968
8069
81- Documentation
82- =============
70+ ## Documentation
8371
8472Documentation for Longbow users can be found here:
8573
8674http://www.hecbiosim.ac.uk/longbow-docs
8775
8876
89- Examples
90- ========
77+ ## Examples
9178
9279Example files can be installed either through the Longbow command-line or by
9380downloading from the HECBioSim website manually:
@@ -97,8 +84,7 @@ longbow --examples
9784http://www.hecbiosim.ac.uk/longbow-examples
9885
9986
100- Support
101- =======
87+ ## Support
10288
10389Support for any issues arising from using Longbow, whether these are questions,
10490to report a bug or to suggest new ideas. You should use the Longbow forums
10793https://github.com/HECBioSim/Longbow/issues
10894
10995
110- Developers
111- ==========
96+ ## Developers
11297
11398Developers that wish to contribute to Longbow are welcome. We do ask that if
11499you wish to contribute to the Longbow base code that you contact us first.
@@ -117,6 +102,6 @@ The following resources are available to developers:
117102
118103Code repository: https://github.com/hecbiosim/longbow
119104
120- Unit testing: https://travis-ci.org /HECBioSim/Longbow
105+ Unit testing: https://github.com /HECBioSim/Longbow/actions
121106
122107Code coverage: https://coveralls.io/github/HECBioSim/Longbow
0 commit comments