docstrings alternatives and similar packages
Based on the "Documentation" category.
Alternatively, view docstrings alternatives based on common mentions on social networks and blogs.
-
pandoc-include-code
A Pandoc filter for including code from source files -
dash-haskell
dash docset builder for Haskell packages and cabal project dependencies -
archiver
Background daemon which archives a list of URLs to the Internet Archive, archive.is, and other services -
hoogle-index
Easily generate Hoogle indices for installed packages
Build time-series-based applications quickly and at scale.
Do you think we are missing an alternative of docstrings or a related project?
README
docstrings
This package provides docstring funcionality similar to Python or Lisp.
Docstrings are simply strings bound to identifier names.
To get access to a name one must enable -XTemplateHaskell
and use
prime notation like 'myValIdentifier
and ''MyTypeIdentifier
.
Access Docstrings in the repl via help 'myIdentifier
,
and introduce Docstrings via docstring 'myIdentifier "some documentation"
in a module.