Sphinx needs extension for managing needs/requirements and specifications
Project description
Complete documentation: http://sphinx-needs.readthedocs.io/en/latest/
Attention: sphinxcontrib-needs got renamed to sphinx-needs. This affects also the URLs for documentation and repository:
Introduction
Sphinx-Needs allows the definition, linking and filtering of class-like need-objects, which are by default:
requirements
specifications
implementations
test cases.
This list can be easily customized via configuration (for instance to support bugs or user stories).
A default requirement need looks like:
Layout and style of needs can be highly customized, so that a need can also look like:
Take a look into our Examples for more pictures and ideas how to use Sphinx-Needs.
For filtering and analyzing needs, Sphinx-Needs provides different, powerful possibilities:
Installation
Using poetry
poetry add sphinx-needs
Using pip
pip install sphinx-needs
If you wish to also use the plotting features of sphinx-needs (see needbar and needpie), you need to also install matplotlib, which is available via the plotting extra:
pip install sphinx-needs[plotting]
Using sources
git clone https://github.com/useblocks/sphinx-needs
cd sphinx-needs
pip install .
# or
poetry install
Activation
For final activation, please add sphinx_needs to the project’s extension list of your conf.py file.
extensions = ["sphinx_needs",]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sphinx_needs-4.1.0.tar.gz
.
File metadata
- Download URL: sphinx_needs-4.1.0.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d40e9c29353d9784f469b2093412846060cda4f3b55127ac58a2692c3381ef9 |
|
MD5 | 81f6de6034b808b4c0208d417c7b23c7 |
|
BLAKE2b-256 | 4cb2566eea85618896b7c935d9adf1ae43db2d763438fd2dd3746287da42ff0a |
File details
Details for the file sphinx_needs-4.1.0-py3-none-any.whl
.
File metadata
- Download URL: sphinx_needs-4.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ae21e10515249aaba3dabd7fd66afdedd1160ecbc5816337fb6ed82aca293b7 |
|
MD5 | 3acc37a15f7505d31458c89c9a0095f8 |
|
BLAKE2b-256 | 00827d87994a40fc229c58d44c50e5a59678c773718a09b21b6126b4fd2ad562 |