Sphinx 需要扩展来管理需求/要求和规范
项目描述
完整文档:http ://sphinxcontrib-needs.readthedocs.io/en/latest/
介绍
Sphinx-Needs允许定义、链接和过滤类需求对象,默认情况下:
要求
规格
实现
测试用例。
该列表可以通过配置轻松定制(例如支持错误或用户故事)。
默认需求需求如下所示:
需求的布局和样式可以高度定制,因此需求也可以如下所示:
查看我们的示例,了解更多关于如何使用Sphinx-Needs的图片和想法。
对于过滤和分析需求,Sphinx-Needs提供了不同的、强大的可能性:
安装
使用诗歌
poetry add sphinxcontrib-needs
使用点子
pip install sphinxcontrib-needs
使用来源
git clone https://github.com/useblocks/sphinxcontrib-needs cd sphinxcontrib-needs pip install .
激活
将sphinxcontrib.needs添加到您的扩展中:
extensions = ["sphinxcontrib.needs",]