Skip to content

Commit

Permalink
Remove mistral from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda11 committed Jan 15, 2021
1 parent 8d74b6c commit 3ab8659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/development/get_started.rst
Expand Up @@ -16,14 +16,12 @@ Let's get started by walking thru the project structure and its contents.
|-- docs
|-- orquesta
| |-- composers # Plugins for composing a workflow spec into a graph.
| | |-- mistral.py # The plugin for the Mistral workflow definiton.
| | |-- native.py # The plugin for the Orquesta workflow definition.
| |-- expressions # Plugins for expressions used in the workflow definition.
| | |-- functions # Plugins for custom functions used in the expressions.
| | |-- jinja.py # The plugin to evaluate Jinja expressions.
| | |-- yql.py # The plugin to evaluate YAQL expressions.
| |-- specs # Plugins for the workflow language specs.
| | |-- mistral # Models for the Mistral workflow language.
| | |-- native # Models for the Orquesta workflow language.
| | |-- types.py # Base class types used in spec modeling.
| |-- tests
Expand Down

0 comments on commit 3ab8659

Please sign in to comment.