-
On pages with example options, or docstrings (e.g. [docstring examples](https://machow.github.io/quartodoc/get-started/docstring-examples.html)), showing rendered output would let users **see** what d…
-
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 …
-
Currently, if someone adds an image, a list structure or an equation to their Python code documentation using reStructuredText, or if someone browses the documentation of existing libraries that emplo…
-
In pandas we try to make sure that all the documentation pages follow the same conventions. For example, we expect all the summaries to finish with a period.
Here there is a list of docstrings that…
-
What I'm imagining is using `ast` to find and modify nodes, and when ready to emit (unparse) align with the FST so that only what the AST has changed will be modified.
Some caveats:
- Cannot delet…
-
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…
-
@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…
-
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 …
-
## Environment data
- VS Code version: 1.44.0-insider
- Extension version (available under the Extensions sidebar): 2020.4.68586-dev
- OS and version: MacOS 10.15.3
- Python version (& dis…
mjbvz updated
4 years ago