Cosmetics in docs.
This commit is contained in:
@ -51,12 +51,12 @@ so as though it may not yet be complete or fully stable (please, allow us to rea
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Homepage: https://www.bonobo-project.org/ (`Roadmap <https://www.bonobo-project.org/roadmap>`_)
|
||||||
|
|
||||||
Documentation: http://docs.bonobo-project.org/
|
Documentation: http://docs.bonobo-project.org/
|
||||||
|
|
||||||
Issues: https://github.com/python-bonobo/bonobo/issues
|
Issues: https://github.com/python-bonobo/bonobo/issues
|
||||||
|
|
||||||
Roadmap: https://www.bonobo-project.org/roadmap
|
|
||||||
|
|
||||||
Slack: https://bonobo-slack.herokuapp.com/
|
Slack: https://bonobo-slack.herokuapp.com/
|
||||||
|
|
||||||
Release announcements: http://eepurl.com/csHFKL
|
Release announcements: http://eepurl.com/csHFKL
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
Detailed roadmap
|
Internal roadmap notes
|
||||||
================
|
======================
|
||||||
|
|
||||||
initialize / finalize better than start / stop ?
|
Things that should be thought about and/or implemented, but that I don't know where to store.
|
||||||
|
|
||||||
Graph and node level plugins
|
Graph and node level plugins
|
||||||
::::::::::::::::::::::::::::
|
::::::::::::::::::::::::::::
|
||||||
|
|
||||||
* Enhancers or nide-level plugins
|
* Enhancers or node-level plugins
|
||||||
* Graph level plugins
|
* Graph level plugins
|
||||||
* Documentation
|
* Documentation
|
||||||
|
|
||||||
@ -15,21 +15,19 @@ Command line interface and environment
|
|||||||
|
|
||||||
* How do we manage environment ? .env ?
|
* How do we manage environment ? .env ?
|
||||||
* How do we configure plugins ?
|
* How do we configure plugins ?
|
||||||
* Console run should allow console plugin as a command line argument (or silence it).
|
|
||||||
|
|
||||||
Services and Processors
|
Services and Processors
|
||||||
:::::::::::::::::::::::
|
:::::::::::::::::::::::
|
||||||
|
|
||||||
* ContextProcessors not clean
|
* ContextProcessors not clean (a bit better, but still not in love with the api)
|
||||||
|
|
||||||
Next...
|
Next...
|
||||||
:::::::
|
:::::::
|
||||||
|
|
||||||
* Release process specialised for bonobo. With changelog production, etc.
|
* Release process specialised for bonobo. With changelog production, etc.
|
||||||
* Document how to upgrade version, like, minor need change badges, etc.
|
* Document how to upgrade version, like, minor need change badges, etc.
|
||||||
* PyPI page looks like crap: https://pypi.python.org/pypi/bonobo/0.2.1
|
* Windows console looks crappy.
|
||||||
* Windows break because of readme encoding. Fix in edgy.
|
* bonobo init --with sqlalchemy,docker; cookiecutter?
|
||||||
* bonobo init --with sqlalchemy,docker
|
|
||||||
* logger, vebosity level
|
* logger, vebosity level
|
||||||
|
|
||||||
|
|
||||||
@ -39,22 +37,15 @@ External libs that looks good
|
|||||||
* dask.distributed
|
* dask.distributed
|
||||||
* mediator (event dispatcher)
|
* mediator (event dispatcher)
|
||||||
|
|
||||||
Version 0.3
|
Version 0.4
|
||||||
:::::::::::
|
:::::::::::
|
||||||
|
|
||||||
* Services !
|
|
||||||
* SQLAlchemy 101
|
* SQLAlchemy 101
|
||||||
|
|
||||||
Version 0.2
|
Design decisions
|
||||||
:::::::::::
|
::::::::::::::::
|
||||||
|
|
||||||
* Autodetect if within jupyter notebook context, and apply plugin if it's the case.
|
* initialize / finalize better than start / stop ?
|
||||||
* New bonobo.structs package with simple data structures (bags, graphs, tokens).
|
|
||||||
|
|
||||||
Plugins API
|
|
||||||
:::::::::::
|
|
||||||
|
|
||||||
* Stabilize, find other things to do.
|
|
||||||
|
|
||||||
Minor stuff
|
Minor stuff
|
||||||
:::::::::::
|
:::::::::::
|
||||||
|
|||||||
Reference in New Issue
Block a user