Hi all,

for a project at a german automotive company I was searching for a 
sphinx-extension, which supports to write ISO26262 compliant documentations.
This means you need to document requirements, specifications, test cases 
and link them together.

However, the team has not found any extensions, which fulfills our needs by 
100%. So we started to develop our own.
After some months of development, improvements and documentation audits, we 
want to share our approved solution with you:
http://sphinxcontrib-needs.readthedocs.io/

If you need a way to create, manage and filter configurable objects (needs) 
inside sphinx, sphinx-needs may be a solution for you.
A need can be everything you like: story, specification, epic, team, user, 
product, ...

Short example (rst-code):

.. req:: Engine must provide 200 KW
   :id: ENGINE_1
   :tags: engine; power
   :status: closed

   Our engine shall provide 200 KW for at least 1 hour.

.. spec:: Buy engine XY from supplier ABC
   :links: ENGINE_1
   :tags: engine;supplier

.. needfilter:

   :tags: engine
   :layout: table



For a more complex example (including rendered html result), please visit:
http://sphinxcontrib-needs.readthedocs.io/en/latest/examples.html

If you find this extension helpful or have some questions, please write 
some lines to us or use our github project:
https://github.com/useblocks/sphinxcontrib-needs

Cheers,
  Daniel




-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to