-
# Develop Rubric Generator Tool
## Description
As an **educator**, I want to generate rubrics for assignments using AI so that I can create detailed, structured grading criteria efficiently and …
-
Currently, the GUI outputs (dipole) simulation data ONLY into `csv` files, but the `Dipole` class outputs data ONLY to either custom `txt` or `hdf5` files.
# Subtasks:
- [ ] GUI and API output …
-
**Thanks for your work and the awesome tool** ❤️
### Problem
Some docstring formats support raise blocks for describing potential exceptions a function may throw. However, neither LSP (pyright…
-
Most classes, methods, functions do not have any docstrings for documentation.
[PEP 0257](https://www.python.org/dev/peps/pep-0257/) describes the standard format
Single line
``` python
def kos_root…
-
Some docstrings contain type info (as opposed to stubs or type annotations). This info should be parsed and used best-effort.
There are many different possible formats; numpy, google, epydoc, etc.
…
-
@rocky @mmatera and I have been discussing the possibility of using RsT for inline documentation instead of DocBook for a while. There are a couple of advantages with this.
First of all, RsT is be…
-
In IPython, the _Returns_ and _Raises_ sections of our docstrings are often a single block of text, not a definition list. In particular, where functions return a single value, it seems awkward to giv…
-
This is a pain in the neck but I think migrating to `mkdocs` would pay off in the long run:
1. The build process is so much smoother and faster than Sphinx + RTD (live preview!)
2. Much more modern …
-
### Topics to be covered (User's Guide)
- [x] source link dead: https://docs.cupy.dev/en/stable/reference/generated/cupy.cuda.using_allocator.html (#6126)
- [x] some functions are undocumented (e.…
-
Below are what I feel we should do before we release the package to the public.
**Aesthetics**
- [x] Update the Readme with more information and examples.
- [x] Update the LICENSE.
- [x] Create …