Skip to content

Commit 00a7bb2

Browse files
author
Nathan Lee
committed
Linking RTD in README
1 parent 0b07800 commit 00a7bb2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# python-batch-runner
2+
For more complete documentation, please see: https://python-batch-runner.readthedocs.io/
3+
24
python-batch-runner is a microframework to assist with building small to medium scale batch applications without needing to build the scaffolding from scratch.
35

46
It provides the following with zero or minimal setup required:
@@ -92,4 +94,4 @@ Upon above setup, the following three files will be generated:
9294
Please read the CONTRIBUTING file for more details.
9395

9496
## License
95-
python-batch-runner is released under the Apache 2.0 License. Please read the LICENSE file for more details.
97+
python-batch-runner is released under the Apache 2.0 License. Please read the LICENSE file for more details.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Overview
2-
The purpose of this project (nicknamed "PyRunner") is to provide a lightweight, extensible, and non-opinionated development framework for batch applications.
2+
The purpose of this project (or "PyRunner" for short) is to provide a lightweight, extensible, and non-opinionated development framework for batch applications.
33

44
It is intended to simply provide the scaffolding for a batch application without the weight of an all-inclusive or centralized platform, such that the resulting product is portable and not tied down to a specific scheduling or monitoring solution.
55

0 commit comments

Comments
 (0)