summaryrefslogtreecommitdiff
path: root/docs/serialization.rst
Commit message (Collapse)AuthorAgeFilesLines
* skip doctests that rely on missing dependenciesClark Willison2020-07-111-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 docsClark Willison2020-06-171-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 Imperiale2019-12-031-1/+1
|
* Sphinx fixesGuido Imperiale2019-09-131-3/+18
|
* Added doctest to testsuiteHernan Grecco2016-02-141-1/+1
|
* Improved documentationHernan Grecco2016-02-091-9/+19
|
* Fixed some typos in the documentation; removed trailing slashes; broke some ↵Martin Thoma2015-04-041-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 Linke2014-06-151-2/+3
| | | | | | quantities Few errors with respect to missing/wrong output in doctests were also fixed.
* Added docs about serialization.Hernan Grecco2014-03-241-0/+92
Closes #109