Tim Hoffmann
Tim Hoffmann
I find this description a bit confusing: > Technically, git clone in the real world is the command you'll use to create local copies of remote repositories (from github for...
## 💥 Proposal ### What feature you'd like to see Github now distinguishes between successfully closed and "closed as not planned":  and uses different icons for that. Both types...
Using the name `README` for the gallery header is slightly misleading. READMEs typically contain instructions/context information directed at the user of the source code. But as it is used in...
### Context The tab content is only bounded by a top and bottom line. It's difficult to associate the bottom line with the end of the tab area. Example: https://matplotlib.org/stable/devel/development_setup.html#create-a-dedicated-environment...
Meson needs the `--no-build-isolation` flag for editable installs. I've stumbled over a missing `--no-build-isolation` flag multiple times when a project adopted meson but I followed old install instructions. This results...
Provide popularity-related information for the projects, e.g. - github stars  - PyPI installs  Format and content t.b.d. This should help users to see whether...
Version 0.3.5 ~~~ Exception occurred: File "/home/tim/miniconda3/envs/mpl/lib/python3.6/site-packages/sphinxprettysearchresults/__init__.py", line 61, in clean_txts os.rename(os.path.join(root, file), os.path.join(root, file.replace('.txt', source_suffix + '.txt'))) UnboundLocalError: local variable 'source_suffix' referenced before assignment ~~~ There's some logic error...
It's better to give the "Block" concept its own entity and thus be able to access it's attributes by name. I anticipate that I will need to expand the Block...
I would like to pass through options to [`.. code-block::`](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-code-block). Syntax proposal: Support a comment at the start of code blocks ``` # sphinx_gallery_code_block_options # :caption: Example # :emphasize-lines: 6...
Minimal example: ~~~ \documentclass{article} \begin{document} \textbf{First Line\\ Second Line} \end{document} ~~~ When syncing "First Line" from PDF to source, synctex returns line number 4, which is the line of "Second...