-
**Description of issue**
API docs for `tf.data.AUTOTUNE` (e.g. here https://www.tensorflow.org/guide/data_performance) lead to https://www.tensorflow.org/api_docs/python/tf/data#AUTOTUNE which does…
-
Currently, a `zip` of `HasShape{N}` iterators is itself `HasShape{N}`:
```julia
julia> z = zip([1 2], [1 2]');
julia> Base.IteratorSize(z)
Base.HasShape{2}()
```
However, the documentation of …
-
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on t…
-
### Describe the bug
I'm creating a code docu using the docstring included in the code. In the conf.py file the intersphinx extension is included with mapping dicts to numpy, scipy, matplotlib, ...
…
-
1. The use of `_lift2smallest_field` is very dubious:
```
sage: S1 = [1,3,4,5,7,12,13]; S2 = [2,6,8,9,10,11,14]
sage: from sage.coding.code_constructions import _is_a_splitting
sage: _is_a_splittin…
-
### Describe the bug
With treesitter installed and highlight enabled, if a python function's docstring has an unmatched parenthesis followed by at least 1 more line of text, then cursor placement on …
-
According @axch
- Um, include the casefold in the presence check at composer.py:178,
if that's what you meant.
- Line 207: What are locls, fcols, pcols, and fpreds? Can we make the
names more de…
fsaad updated
8 years ago
-
Hi everyone
my generator is not producing images and stops with the first epoch
> Epoch 1/5
> ---------------------------------------------------------------------------
> StopIteration …
-
In OpenAPI there are description fields for the model schemes and all endpoints.
It would be great to have these included as docstrings in the generated code.
Cff.
- https://github.com/OAI/OpenAP…
-
- [ ] Add doc-blocks to functions
- [ ] Add doc-blocks to classes
- [x] Add doc-blocks to files (#47)
- [ ] Add tutorials
- [x] Getting Started (#47)
- [x] Making a fixture (#47)
- […