Skip to content

Commit 36d62c9

Browse files
committed
Cleanup
1 parent b1454b9 commit 36d62c9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
Orca
2-
====
3-
41
.. image:: https://coveralls.io/repos/UDST/orca/badge.svg?branch=master
52
:target: https://coveralls.io/r/UDST/orca?branch=master
63
:alt: Coverage
74

5+
Orca
6+
====
7+
88
Orca is a Python library for task orchestration. It's designed for workflows like city simulation, where the data representing a model's state is so large that it needs to be managed outside of the task graph.
99

1010
The building blocks of a workflow are "steps", Python functions that can be assembled on the fly into linear or cyclical pipelines. Steps typically interact with a central data store that persists in memory while the pipeline runs. Derived tables and columns can be updated automatically as base data changes, and pipeline components are evaluated lazily to reduce unnecessary overhead.
1111

12-
Orca is used in `UrbanSim <https://github.com/udst/urbansim>` and other projects.
12+
Orca is used in `UrbanSim <https://github.com/udst/urbansim>`__ and other projects.
1313

1414
Documentation
1515
-------------
1616

17-
- `udst.github.io/orca/ <https://udst.github.io/orca/>`
17+
- `udst.github.io/orca/ <https://udst.github.io/orca/>`__
1818

1919
Installation
2020
------------
2121

22-
- ``pip install orca`` or
22+
- ``pip install orca``
2323
- ``conda install orca --channel conda-forge``

0 commit comments

Comments
 (0)