Adam J. Stewart

Results 216 issues of Adam J. Stewart

When I use this theme to render my project documentation on Read the Docs, I see many errors related to missing fonts, and the font doesn't get rendered correctly: ![Screen...

When upgrading to Sphinx 6, we found that the version selection menu no longer works. For example, compare the following versions of our documentation and attempt to change the version...

I'm using pytorch_sphinx_theme for a PyTorch domain library I'm developing. When I try to add a link to an external SVG image (like a badge) it seems that I'm unable...

I'm trying to add a [glossary](https://sublime-and-sphinx-guide.readthedocs.io/en/latest/glossary.html) to my project. Glossaries are simply syntactic sugar around definition lists, so I believe this affects definition lists in general. When I use a...

**Description:** I'm encountering a strange issue related to caching the Python installation. I'm using `actions/[email protected]` to install Python, then `actions/[email protected]` to cache the `env.pythonLocation` directory, similar to [this blog](https://blog.allenai.org/python-caching-in-github-actions-e9452698e98d). This...

feature request

We forgot to add support for DOFA and Swin ViT to `torch.hub`.

models
testing

In TorchGeo, we use `__all__` to prevent "unused import" errors from ruff (formerly flake8). These are only needed in `__init__.py` files to support import aliasing. However, this has led to...

datasets
models

TorchGeo has a number of optional dependencies only needed by certain datasets. Until now, we've only ensured that all tests pass without these dependencies installed on release branches. However, this...

datasets
testing

This PR adds an `azcopy` function to `torchgeo.datasets.utils` that makes it easier to download datasets from Azure Blob Storage (such as Source Cooperative). It's basically just a wrapper around `subprocess.run`,...

datasets
testing

This repo could really use a systematic organizational structure and method of installing configuration files. For example, let's say I'm a new user of ANL LCRC (Bebop) and I want...

enhancement