From 1700d2fecb0637c01229156a651383380db0aa8d Mon Sep 17 00:00:00 2001 From: Andreas Urban Date: Mon, 20 Sep 2021 13:01:49 +0200 Subject: [PATCH] Update examples.md Add https://github.com/urbasus/literate-programming-in-doorstop to sample projects --- docs/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples.md b/docs/examples.md index 7ce292ef1..4f4a8982d 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -7,3 +7,4 @@ Running `doorstop` in Docker: [tlwt/doorstop-docker](https://github.com/tlwt/doo [(add your open source project here)](https://github.com/doorstop-dev/doorstop/edit/develop/docs/examples.md) - **[ros-safety/requirements-playground](https://github.com/ros-safety/requirements-playground)**: This is a small repo for demonstrating how Doorstop can be used to manage requirements in a C++ project. +- **[urbasus/literate-programming-in-doorstop](https://github.com/urbasus/literate-programming-in-doorstop)**: Proof-of-concept for combining Doorstop and Literate Programming.