| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build the man page with Sphinx (#441) | Stefano Rivera | 2023-03-13 | 1 | -1/+3 |
| | | | | | | Rather than trying to build the entire Sphinx documentation into a (poorly laid out) manpage, build the RST manpage we have in the source tree. | ||||
| * | Fixed docs not building due to code style changes | Alex Grönholm | 2022-10-25 | 1 | -1/+1 |
| | | | | | Fixes #471. | ||||
| * | Added pyupgrade and flake8-bugbear to pre-commit config (#432) | Henry Schreiner | 2021-12-30 | 1 | -3/+3 |
| | | | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file. | ||||
| * | Fixed pre-commit parameters for Black | Henry Schreiner | 2021-12-30 | 1 | -75/+73 |
| | | |||||
| * | Fixed building the documentation | Alex Grönholm | 2020-02-29 | 1 | -2/+2 |
| | | | | | Fixes #341. | ||||
| * | Switched to an alternate style for getting the wheel version string | Alex Grönholm | 2018-10-18 | 1 | -6/+13 |
| | | | | | There was a problem getting the version from the correct place on ReadTheDocs and this attempts to fix that. | ||||
| * | Enabled Intersphinx linking to Python documentation | Alex Grönholm | 2018-07-17 | 1 | -1/+5 |
| | | |||||
| * | Finished the "user guide" section of the new docs | Alex Grönholm | 2018-07-17 | 1 | -1/+1 |
| | | |||||
| * | Finished the "development" section of the new docs | Alex Grönholm | 2018-07-17 | 1 | -0/+1 |
| | | |||||
| * | Removed the public API documentation | Alex Grönholm | 2017-10-01 | 1 | -2/+2 |
| | | | | | | | In accordance with discussion between Daniel Holth, Nick Coghlan and yours truly, wheel is to have no public API and its command line interface will be its only public interface (just like with pip). | ||||
| * | Add automatic API file, and update conf.py and index.rst to account for it. | Kevin Horn | 2013-02-19 | 1 | -1/+1 |
| | | |||||
| * | get docs version from pkg_resources | Daniel Holth | 2012-07-19 | 1 | -3/+3 |
| | | |||||
| * | sphinx documentation | Daniel Holth | 2012-07-12 | 1 | -0/+242 |
