summaryrefslogtreecommitdiff
path: root/docs/tutorial.rst
Commit message (Expand)AuthorAgeFilesLines
* Typo and caseMatt Hall2021-06-031-2/+2
* Fix the docsHernan2020-09-071-3/+3
* Change html repr away from latex to a Sparse/Dask-like reprJon Thielen2020-08-161-4/+4
* move some content from tutorial to new pageClark Willison2020-07-131-101/+51
* various tutorial improvements: broken links, grammarClark Willison2020-07-131-56/+84
* skip doctests that rely on missing dependenciesClark Willison2020-07-111-0/+1
* fix doctest errors in most .rst docsClark Willison2020-06-171-27/+34
* Updates to DocumentationPorcelain Mouse2020-04-041-2/+5
* Fixed bug with to_compactFranchuFranchu2020-03-211-0/+1
* Make `__str__` and `__format__` locale awareHernan2020-02-111-1/+18
* Implement parse_pattern functionAbdurrahmaan Iqbal2020-02-061-9/+41
* Added tests for fmt_localeHernan2019-12-211-0/+4
* Remove metaclass backportGuido Imperiale2019-12-041-4/+0
* Sphinx fixesGuido Imperiale2019-09-131-2/+2
* Added f-string documentation as suggested by @cpascualgood5972019-08-061-1/+18
* restore numpy formatting docsgood5972019-08-061-0/+11
* Updated documentation for string formatting with info on abbreviated units an...good5972019-07-241-11/+13
* Add documentation about numpy array formattingJules2019-02-051-0/+11
* Documented `to_compact`Jonathan Wheeler2018-07-191-0/+12
* Merge #557bors[bot]2017-10-241-0/+18
|\
| * Improve documentation for string parsing rulesDavid Linke2017-10-071-0/+18
* | Drop support for EOL Python 2.6Hugo2017-10-191-9/+4
|/
* update docs and tests for auto_reduce_dimensionsBen Loer2017-08-171-0/+22
* Merge #502bors[bot]2017-04-161-1/+10
|\
| * Improved docsHernan Grecco2017-04-161-1/+10
* | grammar in note about not using evalGeordie McBain2017-04-101-2/+2
|/
* Improved tutorialHernan Grecco2016-08-031-5/+9
* fix tutorial doctestEndolith2016-07-311-1/+1
* Updated tutorialHernan Grecco2016-05-051-1/+1
* Fix testsHernan Grecco2016-04-281-2/+2
* Update tutorial.rstJesterEE2016-03-251-9/+5
* Update tutorial.rstJesterEE2016-03-251-2/+35
* Added doctest to testsuiteHernan Grecco2016-02-141-1/+3
* Improved docs for testingHernan Grecco2016-02-131-1/+2
* Removed security warning thanks to the new evalHernan Grecco2016-02-101-3/+4
* Improved documentationHernan Grecco2016-02-091-4/+6
* Merge branch 'master' of git://github.com/CD3/pint into CD3-masterHernan Grecco2015-12-221-0/+9
|\
| * Updated documentation for siunitx support.C.D. Clark III2015-12-071-0/+9
* | Update tutorial.rstsenyai2015-11-271-1/+1
|/
* Fixed some typos in the documentation; removed trailing slashes; broke some l...Martin Thoma2015-04-041-14/+28
* Document set_application_registryHernan Grecco2015-04-041-0/+6
* Fixed typo in tutorial.rstAndrea Zonca2015-03-101-1/+1
* Added note about {} in Python 2.6Hernan Grecco2014-12-181-0/+6
* Added print(...) to pretty representation, Python 2 unicode noteRyan Dwyer2014-12-171-1/+5
* Corrected typo 'suffix with ~' to 'prefix with ~', and added an example showi...Ryan Dwyer2014-12-101-6/+9
* Updated documentation with respect to new handling of non-multiplicative quan...David Linke2014-06-151-1/+0
* Removed incorrect text from the tutorialHernan Grecco2014-05-261-1/+0
* Fixed typos in comments and docsAna Krivokapic2014-05-261-1/+1
* Fix typo in tutorial string representation exampleEduard Bopp2014-03-291-2/+2
* Implemented __call__ for UnitRegistry as replacement for []Hernan Grecco2014-03-241-12/+31