aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-06-06 18:15:57 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-06-06 18:15:57 +0000
commit4b3479e3ac4717e1473511e5bdf520fb522ecb56 (patch)
treea06feafd9b2e2164c28138103d2ff867d6ad4292 /textproc/Makefile
parent2809e06fbafe3bdbca3b3f30359001c01d071c82 (diff)
downloadports-4b3479e3ac4717e1473511e5bdf520fb522ecb56.tar.gz
ports-4b3479e3ac4717e1473511e5bdf520fb522ecb56.zip
Add textproc/py-docrepr: Generate rich representations for docstrings
docrepr renders Python docstrings in HTML. It is based on the sphinxify module developed by Tim Dumol for the Sage Notebook and the utils.help module developed for the Spyder IDE. WWW: https://github.com/spyder-ide/docrepr/
Notes
Notes: svn path=/head/; revision=538114
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 44befd033d30..ed06e59647b3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1227,6 +1227,7 @@
SUBDIR += py-custom_inherit
SUBDIR += py-dbfread
SUBDIR += py-diff-match-patch
+ SUBDIR += py-docrepr
SUBDIR += py-docutils
SUBDIR += py-docx2txt
SUBDIR += py-dominate