summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Operating between different registries raises a ValueError.Hernan Grecco2013-09-141-0/+7
| | | | close #52
* Typos in docsHernan Grecco2013-09-022-2/+2
| | | | Closes #57
* Fix sidebar URL to GitHub projectJim Turner2013-07-241-1/+1
|
* Changed examples in the formatting documentation to the new specificationHernan Grecco2013-07-051-6/+9
|
* Improved UnitRegistry.wraps and created doctestsHernan Grecco2013-07-051-29/+67
|
* Merge branch 'master' into developHernan Grecco2013-07-055-14/+14
|\
| * Adjusted doc examples to Py3Hernan Grecco2013-07-035-14/+14
| |
* | Changed docs Makefile to use local sphinx-build when presentHernan Grecco2013-07-051-1/+5
| |
* | Support to wrap functions and make them pint-awareHernan Grecco2013-06-232-0/+114
|/ | | | | | Code, test cases and documentation. closes #16
* Use unique labels for Sphinx referencesJames Rowe2013-05-162-2/+2
|
* Trivial formatting fixes in docsJames Rowe2013-05-161-2/+2
|
* Measurement docsHernan Grecco2013-05-121-0/+65
|
* Improved documentationHernan Grecco2013-05-126-21/+80
|
* Improved documentationHernan Grecco2013-05-048-34/+86
|
* More documentationHernan Grecco2013-05-023-22/+80
|
* Temperature conversion docsHernan Grecco2013-04-302-1/+43
|
* Refactor the ufunc handling code for QuantitiesHernan Grecco2013-04-291-1/+93
| | | | | | | This commits moves all ufunc operations to __array_wrap__ therefore making it easier to debug. The drawback is that ufunc is applied twice, first by numpy in the original array then by Pint in the transformed array.
* Added mathjax to sphinx configuration to show math expressions in the docs.Hernan Grecco2013-04-271-1/+1
|
* Improved Pi Theorem implementation.Hernan Grecco2013-04-272-7/+47
| | | | | | | The nullspace of the dimensionality matrix is now obtained without NumPy assistance. This eliminates NumPy as a requirement to use the Pi Theorem. Moreover, the implemented gaussian elimination uses fractions (not floats) by default which is more proper for the type of matrices usually found in this application.
* Bumped year and improved relase sequenceHernan Grecco2013-04-221-5/+12
|
* Improved documentation and doctestsHernan Grecco2013-04-218-91/+239
|
* Implemente UnitRegistry().validate to crawl the entire registry.Hernan Grecco2013-04-171-1/+1
|
* Removed claim that supports Python 2.6Hernan Grecco2013-01-031-1/+1
|
* Updated docsHernan Grecco2012-11-215-320/+1
|
* Better documentation, error reporting and python2 compatibilityHernan Grecco2012-08-121-18/+22
|
* FixesHernan Grecco2012-07-303-8/+16
|
* Docs and licenseHernan Grecco2012-05-0321-0/+1997