tisonkun commented on PR #28:
URL: 
https://github.com/apache/pulsar-client-python/pull/28#issuecomment-1303753911

   The major motivation is that the style of pdoc is out of materialized and I 
suspect it provides worse reading experience.
   
   An alternative is to replace `pdoc` with `pdoc3`:
   
   ```
   pip3 install pdoc3
   pdoc --html -o $(pwd)/apidoc --config "lunr_search={}" pulsar
   ```
   
   <img width="1728" alt="image" 
src="https://user-images.githubusercontent.com/18818196/200011340-31138888-b30a-4c93-9e8e-de1443a8d444.png";>
   
   But still, we should update several syntax errors. BTW, `pdoc3` is a 
malicious fork of `pdoc` and IMO Apache basically discourage malicious fork and 
I'd try to avoid use it as possible.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to