summaryrefslogtreecommitdiff
path: root/docs/nonmult.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix doctest errors in most .rst docsClark Willison2020-06-171-32/+30
| | | | | | | | | | | | | | | | | | | | | | 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
* Sphinx fixesGuido Imperiale2019-09-131-3/+3
|
* Added doctest to testsuiteHernan Grecco2016-02-141-1/+0
|
* Doctest changesHernan Grecco2016-02-141-1/+2
|
* Improved docs for testingHernan Grecco2016-02-131-2/+2
|
* Improved documentationHernan Grecco2016-02-091-1/+2
|
* Fixed some typos in the documentation; removed trailing slashes; broke some ↵Martin Thoma2015-04-041-13/+13
| | | | 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-24/+118
| | | | | | quantities Few errors with respect to missing/wrong output in doctests were also fixed.
* Renamed "to_delta" to "as_delta" to stress that it's an interpretation but ↵David Linke2014-06-071-1/+6
| | | | | | no conversion Code, tests and documentation were updated.
* Update nonmultiplicative units docs.Hernan Grecco2014-03-241-1/+1
|
* Adjusted doc examples to Py3Hernan Grecco2013-07-031-3/+3
|
* More documentationHernan Grecco2013-05-021-21/+73
|
* Temperature conversion docsHernan Grecco2013-04-301-1/+42
|
* Improved documentation and doctestsHernan Grecco2013-04-211-0/+7