-
## Proposed changes
Improve on the generated pydocs introduced in this PR https://github.com/deepgram/deepgram-python-sdk/pull/281 to make the look-and-feel user friendly.
This is a follow up to…
-
-
-
pydoc-markdown is not the best maintained project by their own admission, so trying to update it is tough. It should be replaced with something more widely used and actively maintained.
Options incl…
-
While I was trying to build project that uses `shotgun_api3` I found this weird bug:
- This example works
```
import pydoc
```
- However, this one doesn't:
```
import pydoc
import xmlrpc
impo…
-
**Describe the bug**
The book says to use `help(gravity.parameters)` to show help for the parameters of a gravity code. If I do that (with Python 3.13, but I'm not sure that that's relevant), I get a…
-
### Description of Issue/Question
I am writing to request clarification of the stub `special_login_handler` function, which currently has just this:
```
def special_login_handler(self, delay_…
-
File "D:\anaconda\Lib\site-packages\ruamel\yaml\constructor.py", line 429, in construct_mapping
return BaseConstructor.construct_mapping(self, node, deep=deep)
^^^^^^^^^^^^^^^^^^^^^^^…
-
The documentation will ideally generate an HTML output.
Suggested tools include:
- `pydoc`
- `autosummary`/`sphinx`
- `doxygen`
-