sphinx-needs
sphinx-needs copied to clipboard
Adds needs/requirements to sphinx
As we know all needtables and co. it would be easy to create a TOC of all tables, flows or co. Example: ```rst .. toc-needtable:: or .. toc-needflow:: ``` The...
The `collapse_button` setting `inital=True` does not work correctly with nested needs. `conf.py` ```python needs_layouts = { "common": { "grid": "simple", "layout": { "head": [ ' ****' ' ' ], "meta":...
I would like to define Needs within a Plantuml document like this: ``` @startuml '@rst '.. comp-sw:: MyAwesomeComponent ' :id: COMP_SW_MyAwesomeComponent ' :status: impemented ' :tags: sys-arch '@endrst component MyAwesomeComponent...
Current needs builder exports the already imported needs.json (with needimport) when "needs" builder is used.
When using the snippet feature, id for a need object is generated but it is a random pattern. The request is to auto-generate the id in a configurable pattern. Eg:...
I was surprised to find `numpy` as part of my dependencies when I don't do any maths. NumPy is a fantastic tool, but it's heavy and clearly unnecessary for my...
IDs in PDF output overlaps with contents. Low Prio
Issue moved from https://github.com/open-needs/open-needs-ide/issues/69.
I have a different out directory name (eg: _out), so the json is generated at _out/needs/needs.json, but in the below file https://github.com/useblocks/sphinxcontrib-needs/blob/master/sphinx_needs/lsp/esbonio.py The build directory is hard coded to start...