Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reformat according to 'black' configuration file. | Sebastian Thiel | 2022-05-18 | 1 | -3/+1 |
| | |||||
* | Run everything through 'black' | Sebastian Thiel | 2022-05-18 | 1 | -46/+46 |
| | | | | | That way people who use it won't be deterred, while it unifies style everywhere. | ||||
* | Update conf.py | Dominic | 2021-07-19 | 1 | -4/+5 |
| | | | rmv unicode prefixes - sphinx 4+ wont accept py2 code | ||||
* | Remove now unnecessary explicit Unicode string literal prefixes | Harmon | 2020-02-25 | 1 | -2/+2 |
| | |||||
* | Build docs locally | Santos Gallegos | 2019-07-20 | 1 | -7/+3 |
| | | | | | | | | Currently `make html` will output pages without styles or different than the online documentation. With this change the local documentation looks the same as the online documentation. | ||||
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -1/+2 |
| | | | + Some cases had restructuring of code. | ||||
* | fix(docs): sphinx docs build in latest version | Sebastian Thiel | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | Updated copyright information. | Sebastian Thiel | 2015-02-05 | 1 | -1/+1 |
| | | | | Fixes #246 | ||||
* | Replaced ordered dict with standard version; used logging module | Sebastian Thiel | 2015-01-04 | 1 | -1/+0 |
| | | | | All performance tests still print to stderr, but do so in a py3 compatible way | ||||
* | Fixed docs | Sebastian Thiel | 2010-11-25 | 1 | -1/+2 |
| | |||||
* | Documentation is now being built for all new modules | Sebastian Thiel | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | bumped verison to 0.3.0 beta20.3.0-beta2 | Sebastian Thiel | 2010-07-09 | 1 | -2/+3 |
| | | | | docs: added changelog, which moved from the CHANGES file into sphinx | ||||
* | Moved all source files into the source folder, separating the build from the ↵ | Sebastian Thiel | 2010-07-01 | 1 | -0/+195 |
source directory |