Moves jupyter extension to both bonobo.contrib.jupyter (for the jupyter widget) and to bonobo.plugins (for the executor-side plugin).
This commit is contained in:
4
docs/_templates/sidebarlogo.html
vendored
4
docs/_templates/sidebarlogo.html
vendored
@ -1,7 +1,9 @@
|
||||
<a href="{{ pathto(master_doc) }}" style="border: none">
|
||||
<h1 style="text-align: center; margin: 0;">
|
||||
<img class="logo" src="{{ pathto('_static/bonobo.png', 1) }}" title="Bonobo" style="width: 48px; height: 48px; vertical-align: bottom"/>
|
||||
Bonobo
|
||||
<span class="brand">
|
||||
Bonobo
|
||||
</span>
|
||||
</h1>
|
||||
</a>
|
||||
|
||||
|
||||
@ -193,5 +193,5 @@ rst_epilog = """
|
||||
.. |longversion| replace:: v.{version}
|
||||
|
||||
""".format(
|
||||
version = version,
|
||||
version=version,
|
||||
)
|
||||
|
||||
@ -242,8 +242,8 @@ The console output contains two things.
|
||||
a call, but the execution will move to the next row.
|
||||
|
||||
|
||||
Moving forward
|
||||
::::::::::::::
|
||||
Wrap up
|
||||
:::::::
|
||||
|
||||
That's all for this first step.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user