Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upGenerated documents doesn't support Chinese chractors #134
Comments
This comment has been minimized.
This comment has been minimized.
|
I don't understand the question. If something isn't working, them please provide a bug report that others can reproduce. |
This comment has been minimized.
This comment has been minimized.
|
I mean code within some of comments. these comments in Chinese, when I using pdoc --html xx.py command, I got the ascii error, How can fixed it? |
This comment has been minimized.
This comment has been minimized.
|
Please provide a minimal reproducible example. |
This comment has been minimized.
This comment has been minimized.
cod as above. I have comments in Chinese but once I am trying to 'pdoc --html xx.py' generate the document. got the below error:
|
This comment has been minimized.
This comment has been minimized.
|
Thanks, I can reproduce that. Looks like there's an encoding bug somewhere. |
This comment has been minimized.
This comment has been minimized.
|
one more question. I have a class inherent lib unittest.TestCase , once I run command, the third party lib's methods have been generated in document, I don't to like this. I only want to generate my defined class methods in documents. How to do that? `import unittest class Test(unittest.TestCase):
` |
This comment has been minimized.
This comment has been minimized.
|
Please see the documentation for pdoc: http://pdoc.burntsushi.net/pdoc --- In particular, pdoc respects Python's |
koala2012 commentedJul 7, 2017
how to generated documents within Chinese chractors