| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | skip doctests that rely on missing dependencies | Clark Willison | 2020-07-11 | 1 | -0/+1 |
| | | | | | | | | | some configurations in Travis skip optional dependencies, which causes the doctests that rely on them to fail. This fixes that by checking for those dependencies and skipping the affected doctests with :skipif: | ||||
| * | fix doctest errors in most .rst docs | Clark Willison | 2020-06-17 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | doctests updated for new 9-digit Quantity().__repr__() added dependency on Serialize to requirements_docs.txt in systems.rst: three errors remain, one may be a regression, the others I'm not qualified to comment on in nonmult.rst: some issues around floating point estimation are made more robust by using print() seems like Quantity().__repr__() changed since these tests were written, and could benefit from some floating-point truncation in pitheorem.rst the only error was dictionary ordering, which is now deterministic in python3.7, but may still cause issues down the line no doctests in getting.rst, marked all as code blocks | ||||
| * | Apply NEP-29. Drop uncertainties < 3.0. Add support for Python 3.7 and 3.8. | Guido Imperiale | 2019-12-03 | 1 | -1/+1 |
| | | |||||
| * | Sphinx fixes | Guido Imperiale | 2019-09-13 | 1 | -3/+18 |
| | | |||||
| * | Added doctest to testsuite | Hernan Grecco | 2016-02-14 | 1 | -1/+1 |
| | | |||||
| * | Improved documentation | Hernan Grecco | 2016-02-09 | 1 | -9/+19 |
| | | |||||
| * | Fixed some typos in the documentation; removed trailing slashes; broke some ↵ | Martin Thoma | 2015-04-04 | 1 | -1/+1 |
| | | | | | lines to make diffs easier; changed some hanging indentation according to PEP8 | ||||
| * | Updated documentation with respect to new handling of non-multiplicative ↵ | David Linke | 2014-06-15 | 1 | -2/+3 |
| | | | | | | | quantities Few errors with respect to missing/wrong output in doctests were also fixed. | ||||
| * | Added docs about serialization. | Hernan Grecco | 2014-03-24 | 1 | -0/+92 |
| Closes #109 | |||||
