Tim Hoffmann

Results 77 issues of 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": ![grafik](https://github.com/octobox/octobox/assets/2836374/33dff8f4-74f3-4151-91bf-3e54b7382c82) and uses different icons for that. Both types...

enhancement
help wanted

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...

enhancement

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 ![GitHub Repo stars](https://img.shields.io/github/stars/matplotlib/matplotlib?style=social) - PyPI installs ![PyPI - Downloads](https://img.shields.io/pypi/dm/matplotlib) 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...

maintenance

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...