Hi, I have a function that has a parameter 'filter_' that ends with an underscore:
def create_scale_space(image, scales, filter_='gaussian_laplace'): This results in an autosummary error: <autosummary>:1: ERROR: Unknown target name: "filter". Is this a bug? Is it possible to give a better error message (file and line number of the code that causes the problem)? I couldn't reproduce this in a simple dummy project, so here's the context in which it occured: https://travis-ci.org/gammapy/tevpy/jobs/8363241#L600 https://readthedocs.org/builds/tevpy/660291/ Thanks! Christoph -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
