tisonkun opened a new pull request, #28:
URL: https://github.com/apache/pulsar-client-python/pull/28

   Using the [numpy doc 
style](https://numpydoc.readthedocs.io/en/latest/format.html). This format is 
also compatible with `pdoc`.
   
   To preview locally:
   
   ```bash
   pip3 install pydoctor
   pydoctor --make-html 
--html-viewsource-base=https://github.com/apache/pulsar-client-python/tree/main 
--docformat=numpy --theme=readthedocs --html-output=apidoc pulsar
   cd apidoc
   python3 -m http.server
   ```
   
   Browse on localhost:8000.
   
   cc @BewareMyPower @merlimat @shibd 


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