What features exactly does uqbar provide? #1494
-
@trevorbaca @josiah-wolf-oberholtzer Just for the record and for documentation, what functionality does uqbar provide for abjad? https://github.com/josiah-wolf-oberholtzer/uqbar The README states "Tools for creating Sphinx and Graphviz documentation." but that doesn't explain/detail what particular tools are provided. I'll try to do some source code reading soon to try to figure it out but it would be nice to provide mid level detailed explanations of what uqbar does for general documentation purposes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Most of the functionality in Uqbar existed in Abjad in the distant past, but has been spun-off into its own package so that other libraries can use it without needing to rely on Abjad itself. For example... Graphs:
Datastructures:
Docs:
|
Beta Was this translation helpful? Give feedback.
Most of the functionality in Uqbar existed in Abjad in the distant past, but has been spun-off into its own package so that other libraries can use it without needing to rely on Abjad itself.
For example...
Graphs:
abjad.graph
, you're hooking into Uqbar's graphing tools.Datastructures:
Docs: