You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so-rose opened this issue
Feb 23, 2025
· 1 comment
Labels
docsAnything relating to the comprehensibility of the project.toolingThings that keep devs sane and happy.trackerAggregating tracking for other Issues.
The goal is to able to say "bpy_jupyter is ready to use". It shouldn't be confusing to start using it, or continue learning it. That requires documentation - even if not every nook and cranny is documented (yet).
This Issue tracks the implementation of this initial documentation website for the program.
Overview: A solid overview to the program.
User Guide: This is the hand-holding "how do I X" section.
Reference: Python API documentation. Should also be high quality (__doc__s should be nice), but certainly more technically oriented.
Tooling
quartodoc has its annoyances, but its configurability makes for a very useful system.
Pages
Overview: Essentially the project README.md, transcribed.
User Guide
Getting Started: Gentle one-page introduction to making extensions with blext.
Tutorials: Gentle one-page introduction to making extensions with blext.
The text was updated successfully, but these errors were encountered:
so-rose
added
docs
Anything relating to the comprehensibility of the project.
tooling
Things that keep devs sane and happy.
tracker
Aggregating tracking for other Issues.
labels
Feb 23, 2025
docsAnything relating to the comprehensibility of the project.toolingThings that keep devs sane and happy.trackerAggregating tracking for other Issues.
The goal is to able to say "
bpy_jupyter
is ready to use". It shouldn't be confusing to start using it, or continue learning it. That requires documentation - even if not every nook and cranny is documented (yet).This Issue tracks the implementation of this initial documentation website for the program.
__doc__
s should be nice), but certainly more technically oriented.Tooling
quartodoc
has its annoyances, but its configurability makes for a very useful system.Pages
Overview: Essentially the project
README.md
, transcribed.User Guide
blext
.blext
.Reference: The docstrings use Google style, but should make wide use of the supported sections (see the
numpy
documentation specification: https://numpydoc.readthedocs.io/en/latest/format.html)bpy_jupyter.services.jupyter_kernel
: Wait on Implementasync
Event Loop w/ipykernel==7.0.0
alpha #7 and Removepyxll-jupyter
w/Streamlined Kernel Connection #5.bpy_jupyter.panels.jupyter_panel
: Wait on [Tracker] Prune w/blroots
#8.bpy_jupyter.operators.copy_jupy_url_to_clip
bpy_jupyter.operators.start_jupyter_kernel
bpy_jupyter.operators.stop_jupyter_kernel
Deployment: Get the website up and running.
The text was updated successfully, but these errors were encountered: