summaryrefslogtreecommitdiff
path: root/docs/measurement.rst
Commit message (Collapse)AuthorAgeFilesLines
* measurements docs: add note about installing uncertaintiesClark Willison2020-07-131-4/+13
|
* skip doctests that rely on missing dependenciesClark Willison2020-07-111-7/+5
| | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Improve Measurement formatting.Hernan Grecco2014-03-021-1/+1
| | | | close #76
* Adjusted doc examples to Py3Hernan Grecco2013-07-031-1/+1
|
* Use unique labels for Sphinx referencesJames Rowe2013-05-161-1/+1
|
* Measurement docsHernan Grecco2013-05-121-0/+65