Johan verliet haar met hun kleine dochter en ging weg. Maar toen haar schoonmoeder kwam om haar leed te vergroten, stond Lotte…
Lotte kon geen rust vinden. In haar armen sliep kleine Lieke, maar ze bleef maar naar het raam staren. Al een uur keek ze naar de binnenplaats.
Een paar uur geleden was haar geliefde man Johan thuisgekomen van zijn werk. Lotte was in de keuken, maar hij kwam niet naar haar toe. Toen ze de woonkamer inliep, zag ze dat hij zijn spullen aan het inpakken was.
“Waar ga je heen?” vroeg ze verward.
“Ik vertrek. Ik ga bij jou weg voor een andere vrouw.”
“Johan, is dit een grap? Is er iets gebeurd op je werk? Ga je op reis?”
“Snap je het nou niet? Ik ben je zat. Alles draait om Lieke, je ziet me niet meer staan, je verzorgt jezelf niet eens.”
“Niet zo hard praten, je maakt Lieke wakker.”
“Zie je wel? Altijd denk je alleen aan haar. Je man loopt bij je weg, en jij”
“Een echte man zou zijn vrouw en kind niet in de steek laten,” fluisterde Lotte en liep naar hun dochter.
Ze kende Jochans karakter. Als ze nu bleef praten, zou het uitlopen op een ruzie. Haar ogen stonden al vol tranen, maar die wilde ze hem niet laten zien. Ze pakte Lieke uit bed en ging terug naar de keuken. Daar zou Johan niet komenhij had daar niets te halen.
Door het raam zag ze hoe hij in zijn auto stapte en wegreed. Hij keek niet eens om, maar Lotte kon het raam niet loslaten. Misschien hoopte ze stiekem dat zijn auto elk moment terug zou komen en hij zou zeggen dat het een domme grap was. Maar er gebeurde niets.
De hele nacht kon ze niet# RCIAM AAI
This repository hosts the documentation of the RCIAM AAI service.
The documentation is built using [Sphinx](http://www.sphinx-doc.org/) and is automatically
deployed on [ReadTheDocs](https://rciam-docs.readthedocs.io/).
## Documentation sources
The documentation is maintained in the `docs` directory of the
[rciam_aai](https://github.com/rciam/rciam_aai/) git repository.
## Quick documentation build
To build the documentation locally:
1. Install Sphinx:
“`shell
pip install -U sphinx
pip install sphinx-rtd-theme
pip install sphinxcontrib-httpdomain
pip install sphinx-markdown-builder
“`
2. In the `docs` folder, run:
“`shell
make html
“`
3. Open the built documentation in `_build/html/index.html` in your browser.
## Documentation Guidelines
The documentation is written in [reStructuredText](http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html) (rst) format.
### Documentation Structure
– The documentation is structured around the main components of the RCIAM AAI service.
– Each component has its own directory under `docs/source/` with its own `index.rst` file.
– The main `index.rst` file in `docs/source/` serves as the entry point and includes the other documents.
### Writing Documentation
– Use clear and concise language.
– Provide examples where applicable.
– Keep the documentation up-to-date with the code changes.
– Use cross-references to link related documents.
### Building the Documentation
The documentation is built using Sphinx. To build it locally:
1. Install the required dependencies:
“`bash
pip install -r docs/requirements.txt
“`
2. Build the documentation:
“`bash
cd docs
make html
“`
The built documentation will be available in `docs/_build/html`.
### Previewing the Documentation
You can preview the documentation by opening the `index.html` file in the `docs/_build/html` directory in your web browser.
## Contributing to the Documentation
Contributions to the documentation are welcome! If you find any errors or want to improve the documentation, feel free to open an issue or submit a pull request.
### Documentation Workflow
1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Open a pull request against the main repository.
### Documentation Style
– Follow the [Google Developer Documentation Style Guide](https://developers.google.com/style).
– Use consistent formatting and terminology.
– Keep paragraphs short and focused.
### Review Process
– All documentation changes will be reviewed by the maintainers.
– Feedback will be provided to improve the documentation if needed.
– Once approved, the changes will be merged into the main branch.
## Contact
If you have any questions about the documentation, feel free to contact the maintainers or open an issue in the repository.






