Enable sphinx napoleon type preprocessing
Open
@kbattocchi is already working on this.
Since Nov 16, 2022.
- Dominant language
- Jupyter Notebook
- Stars
- 4.8k
- Forks
- 827
- PR merge metrics
- No merged PRs in 30d
Description
This almost works today, but there are a few issues:
- In DROrthoForest, the default value for the propensity model does not get preprocessed correctly and breaks the documentation build
- Types with shapes get preprocessed wrong, so they appear like
(m,d_x) matrix - Things like the return types of our
_intervalmethod get especially garbled - We should also avoid words like "instance" in argument and return types because that doesn't get handled correctly.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.