pymc-devs / pymc-devs/pytensor
More exhausitve list of functions in API section of docs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 644
- Forks
- 208
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 16
Description
Description
It's rather hard to find what functions are available in PyTensor (like do we have anything for linalg?).
We should get sphinx to auto-populate most things with the same layout as pytensor.tensor as a start.
Then we can see if we need manual tweaking to make it more useful. For instance, I tried to cleanup the random part a bit, as there are many things that don't matter: #817
Contributor guide
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.
Research direction
The issue points to the Sphinx API docs and the pytensor.tensor layout; first inspect the current API section and compare it with pytensor.tensor, then read the random cleanup context in #817. Done means the docs expose the available functions in a consistent generated layout, with unnecessary random entries reviewed or manually adjusted as needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100