-
### What is the problem this feature will solve?
As noted by @taldcroft in https://github.com/astropy/astropy/pull/15231#discussion_r1365285831, in the context of a what's new entry for using `Masked…
-
When I do `C-h v :to-equal` I get:
```
:to-be's value is :to-be
Documentation:
Not documented as a variable.
```
We can add documentation using
``` elisp
(put :to-equal 'variable-documentation "Th…
Fuco1 updated
8 years ago
-
Is it possible to extract documentation from the docstring, e.g.
````python
class CatResource(MethodResource):
@marshal_with(PetSchema)
def get(self, pet_id):
"""Gets the cat wi…
YnkDK updated
5 years ago
-
We've gone back and forth a few times with our `add_{image,labels,points,...}` methods, which are shortcuts for `add_layer(layer_instance)` for the appropriate layer time, and `view_{image,labels,...}…
-
Hi,
I think that there are some elements that creates confusion (at least to me) between different sets in mljar.
One example are graphs created by mljar:
![image](https://user-images.githubuser…
-
```
From a Menu -> Help -> User Manual.
Some format for ideas ?
- XML Docbook
- latex like for the python standard library (look for the aspen project
and get their doc code).
- Restructured text…
-
### Problem
Jupyter Notebook 7 does not have the feature of expanding/opening the docstring tooltip with 2x `shift + tab` or 4x `shift tab`, which I use all the time when working with Jupyter Noteboo…
-
Hello!
I tried to write the most simple application:
```lisp
(define-application (:name main
:id "qwertyuiop")
(define-main-window (main-window (make-application-window :…
-
The class `CRO_SL` is the only class/method with a respectable docstring. Having proper docstrings can help to auto-generate with `Sphinx` the Documentation of the pkgs in order to make it available. …
-
Dear Folks,
I've been using make_lupton_rgb, and noticed some odd behavior and some documentation issues. I think the odd behavior is due to at least one error in the code, which means it is not do…