pycco-docs / pycco

Literate-style documentation generator.

Home Page:https://pycco-docs.github.io/pycco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatted docstrings are not recognized

pineapplemachine opened this issue · comments

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.

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
"""