From 6a36d48114238c10b13aa01a34054656e4d69ba7 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 22 Dec 2023 06:45:21 +0700 Subject: python/python3-docstring-to-markdown: Added (docstrings to markdown). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-docstring-to-markdown/README | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/python3-docstring-to-markdown/README (limited to 'python/python3-docstring-to-markdown/README') diff --git a/python/python3-docstring-to-markdown/README b/python/python3-docstring-to-markdown/README new file mode 100644 index 0000000000..10c404cddd --- /dev/null +++ b/python/python3-docstring-to-markdown/README @@ -0,0 +1 @@ +This provides on the fly conversion of Python docstrings to markdown. -- cgit v1.2.3