lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Simplify `pdoc` build, eliminate nav badges #115

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Screen Shot 2023-04-18 at 5 03 53 PM

[^css]: Custom CSS would look like this:

```css
nav.pdoc img {
  display: none;
}
```

Breaking changes

List any changes that break the API usage supported on master.

None.

Relevant issues

List GitHub issues relevant to this change.

None.

Checklist