Skip to content

Commit

Permalink
Merge branch 'master' of github.com:robinhood/faust
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Aug 2, 2018
2 parents 9d84560 + 861842c commit 8db8e65
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ Packages
:CI: http://travis-ci.org/#!/robinhood/faust
:Windows-CI: https://ci.appveyor.com/project/ask/faust
:PyPI: ``faust``
:docs: http://faust.readthedocs.io
:docs: https://faust.readthedocs.io

``Mode``
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ Packages
:CI: http://travis-ci.org/#!/robinhood/faust
:Windows-CI: https://ci.appveyor.com/project/ask/faust
:PyPI: :pypi:`faust`
:docs: http://faust.readthedocs.io
:docs: https://faust.readthedocs.io

``Mode``
--------
Expand Down
3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. figure:: images/banner-alt1.png
:align: left

2 changes: 1 addition & 1 deletion docs/playbooks/vscelery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The Celery task above can be rewritten in Faust like this:

@app.command
async def produce():
await add.send(value=AddOperation(x, y))
await add.send(value=AddOperation(2, 2))

if __name__ == '__main__':
app.main()
Expand Down

0 comments on commit 8db8e65

Please sign in to comment.