Metadata-Version: 2.4
Name: julee-viewpoints
Version: 0.1.0
Summary: Code-outward documentation for julee solutions
Author-email: Pyx Industries <chris@pyx.io>
License-Expression: GPL-3.0
Keywords: julee,sphinx,documentation,human-centred-design
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: julee>=0.3.0
Requires-Dist: sphinx>=7.0.0
Requires-Dist: PyYAML>=6.0.0

# julee-viewpoints

Code-outward documentation for julee solutions: the Sphinx directives that
project a solution's personas, journeys, epics, stories, applications,
integrations and bounded contexts into its documentation.

This is a julee kit. Install it and adopt it:

```toml
[tool.julee]
kits = ["viewpoints"]
```

then add the extension in `docs/conf.py`:

```python
extensions = ["julee_viewpoints.sphinx_hcd"]
```

The directives and their options are documented in
`src/julee_viewpoints/sphinx_hcd/README.md`.
