Skip to content

Commit

Permalink
DOCS-#000: Clarify the phrases regarding pyseq backend (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev authored Mar 22, 2023
1 parent b133787 commit 80490b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ unidist is a framework that is intended to provide the unified API for distribut

unidist is designed to work in a [task-based parallel](https://en.wikipedia.org/wiki/Task_parallelism) model.

Also, the framework provides a sequential ``Python`` backend, that can be used for debugging.
Also, the framework provides a Python Sequential backend (`pyseq`), that can be used for debugging.

### Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ execution by supporting various performant execution backends. At the moment the
* `Dask Distributed`_
* `Python Multiprocessing`_

Also, the framework provides a sequential :doc:`Python Sequential backend <flow/unidist/core/backends/pyseq/backend>`,
Also, the framework provides a Python Sequential backend (:doc:`pyseq <flow/unidist/core/backends/pyseq/backend>`),
that can be used for debugging.

unidist is designed to work in a `task-based parallel model`_. The framework mimics `Ray`_ API and expands the existing frameworks
Expand Down

0 comments on commit 80490b9

Please sign in to comment.