Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* escaped too much #2

Closed
coldfix opened this issue Apr 3, 2019 · 3 comments · Fixed by #3
Closed

* escaped too much #2

coldfix opened this issue Apr 3, 2019 · 3 comments · Fixed by #3

Comments

@coldfix
Copy link
Contributor

coldfix commented Apr 3, 2019

Hey,

lovely tool!

I found that signatures with *args or **kwargs show up weird in final html output, displayed as \*args with visible backslash.

It works as expected if removing the line sig = sig.replace('*', r'\*').

@Chilipp
Copy link
Owner

Chilipp commented Apr 3, 2019

Thank you very much @coldfix, you are completely right, this line is redundant. I removed it in #3 and implemented a few tests to make sure that this does not occur anymore.

@Chilipp Chilipp closed this as completed in #3 Apr 3, 2019
@Chilipp
Copy link
Owner

Chilipp commented Apr 3, 2019

All right @coldfix: I just pushed a new release 0.1.8 to PyPi (conda-forge will come later today) that includes the fix in #3. Thanks again for reporting this issue and for using autodocsumm!

Best,
Philipp

@coldfix
Copy link
Contributor Author

coldfix commented Apr 3, 2019

Thanks a lot! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants