question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[enhancement] <BLANKLINE> is not handled correctly in docs

See original GitHub issue

Examples in documentation (both stable and latest) display a ton of <BLANKLINE>

Search results of <BLANKLINE>:

One example is depth2space.

>>> X = np.arange(24).reshape(1, 4, 2, 3).astype(np.float32)
>>> X.shape
(1, 4, 2, 3)
>>> X
array([[[[ 0.,  1.,  2.],
         [ 3.,  4.,  5.]],
<BLANKLINE>
        [[ 6.,  7.,  8.],
         [ 9., 10., 11.]],
<BLANKLINE>
        [[12., 13., 14.],
         [15., 16., 17.]],
<BLANKLINE>
        [[18., 19., 20.],
         [21., 22., 23.]]]], dtype=float32)
>>> y = F.depth2space(X, 2)
>>> y.shape
(1, 1, 4, 6)
>>> y.array
array([[[[ 0.,  6.,  1.,  7.,  2.,  8.],
         [12., 18., 13., 19., 14., 20.],
         [ 3.,  9.,  4., 10.,  5., 11.],
         [15., 21., 16., 22., 17., 23.]]]], dtype=float32)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kmaehashicommented, May 16, 2019

It seems spec of Sphinx (?) has been changed at some point. It was OK in v4 docs. https://docs.chainer.org/en/v4.4.0/reference/generated/chainer.functions.get_item.html?highlight=blankline

0reactions
toslunarcommented, Nov 14, 2019

It seems fixed from the docs for Chainer v7.0.0b4.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Google Docs, Sheets, Slides & Forms error ...
Troubleshoot Google Docs, Sheets, Slides & Forms error message: ... Troubleshoot error message: “Sorry, the file you have requested does not exist”.
Read more >
How to Add a Fill in the Blank Line in Google Docs - YouTube
To create a fill-in-the- blank line in Google Docs, you need to use the table formatting tool. You insert a table and hide...
Read more >
Mathjax support · Issue #198 · just-the-docs/just-the ... - GitHub
Some multiline math environments like array work inside the double dollar sign, but align are others are not processed correctly.
Read more >
Documentation Style Guide - GitLab Docs
Documentation Style Guide. This document defines the standards for GitLab documentation, including grammar, formatting, word use, and more.
Read more >
How to check if a line is blank using regex - Stack Overflow
Tells whether or not this (entire) string matches the given regular expression ... Actually in multiline mode a more correct answer is this:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found