| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update documentation | Jules Chéron | 2022-10-09 | 1 | -176/+63 |
| | | | | | | | | | | | | | | - Rework of configuration with new sphinx_book_theme - Use ipython directive where necessary - Add theme to requirements_docs.txt - Start using autosummarry - Fix doctests - Add sphinx design to requirements - Add overview & panels in home page - Update footer with `Pint Developers` - Fix docstrings - Use string imports in __all__ in __init__.py | ||||
| * | Moved Unit and Quantity to plain facet | Hernan | 2022-05-07 | 1 | -2/+2 |
| | | | | | | | Note: the word 'plain' was chosen instead of 'base' as BaseUnit or BaseQuantity as the latter might be interpreted physically and not a part of the class hierarchy as intented. | ||||
| * | extend the intersphinx settings | Keewis | 2021-08-23 | 1 | -1/+7 |
| | | |||||
| * | enable napoleon type preprocessing | Keewis | 2021-08-23 | 1 | -0/+4 |
| | | |||||
| * | first draft of the format docs | Keewis | 2021-08-21 | 1 | -0/+2 |
| | | |||||
| * | various tutorial improvements: broken links, grammar | Clark Willison | 2020-07-13 | 1 | -0/+1 |
| | | | | | | | | | | | giving the tutorial page on the docs a once-over for broken Sphinx links also: - rewrote some sections for grammar - changed (added) some section titles - wrapped some long lines | ||||
| * | skip doctests that rely on missing dependencies | Clark Willison | 2020-07-11 | 1 | -0/+17 |
| | | | | | | | | | 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: | ||||
| * | replace pkg_resources.version to importlib.metadata.version. | Jules Chéron | 2020-04-17 | 1 | -2/+6 |
| | | | | | | | | | - Update pint/__init__.py - Update docs/conf.py - Add importlib-metadata backport to install-requires Closes #1083 | ||||
| * | Sphinx fixes | Guido Imperiale | 2020-01-06 | 1 | -0/+1 |
| | | |||||
| * | Remove redundant encoding information (utf8 is the default) | Guido Imperiale | 2019-12-13 | 1 | -1/+0 |
| | | |||||
| * | isort | Guido Imperiale | 2019-12-13 | 1 | -1/+2 |
| | | |||||
| * | flake8 fixes | Guido Imperiale | 2019-12-13 | 1 | -4/+4 |
| | | |||||
| * | black | Guido Imperiale | 2019-12-13 | 1 | -88/+100 |
| | | |||||
| * | Clean up imports | Guido Imperiale | 2019-12-03 | 1 | -1/+0 |
| | | |||||
| * | add pint-pandas notebook docs | andrewgsavage | 2019-01-17 | 1 | -1/+1 |
| | | |||||
| * | Add docs for matplotlib support | Ryan May | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | Update conf.py | JesterEE | 2016-03-25 | 1 | -1/+3 |
| | | | | Added a LaTeX unicode character alternative for the minus sign since `make latexpdf` was failing due to this closed and unfixed issue with readthedocs (Issue 416) | ||||
| * | Improved docs for testing | Hernan Grecco | 2016-02-13 | 1 | -1/+7 |
| | | |||||
| * | Improved documentation | Hernan Grecco | 2013-05-04 | 1 | -9/+9 |
| | | |||||
| * | Added mathjax to sphinx configuration to show math expressions in the docs. | Hernan Grecco | 2013-04-27 | 1 | -1/+1 |
| | | |||||
| * | Bumped year and improved relase sequence | Hernan Grecco | 2013-04-22 | 1 | -5/+12 |
| | | |||||
| * | Docs and license | Hernan Grecco | 2012-05-03 | 1 | -0/+292 |
