pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

Formatted docstrings are not recognized #85

Open pineapplemachine opened 9 years ago

pineapplemachine commented 9 years ago

For convenience I use string formatting to substitute recurring strings, especially descriptions of arguments, in docstrings. Pycco's output just has %s in these places.

0atman commented 7 years ago

pycco is language agnostic, so it is unlikely that this is an easy fix. Same reason you can't just use any string for the docstring, it has to be

"""
three double-quotes
"""