summaryrefslogtreecommitdiff
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJules Chéron2022-10-091-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 facetHernan2022-05-071-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 settingsKeewis2021-08-231-1/+7
|
* enable napoleon type preprocessingKeewis2021-08-231-0/+4
|
* first draft of the format docsKeewis2021-08-211-0/+2
|
* various tutorial improvements: broken links, grammarClark Willison2020-07-131-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 dependenciesClark Willison2020-07-111-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éron2020-04-171-2/+6
| | | | | | | | - Update pint/__init__.py - Update docs/conf.py - Add importlib-metadata backport to install-requires Closes #1083
* Sphinx fixesGuido Imperiale2020-01-061-0/+1
|
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
|
* isortGuido Imperiale2019-12-131-1/+2
|
* flake8 fixesGuido Imperiale2019-12-131-4/+4
|
* blackGuido Imperiale2019-12-131-88/+100
|
* Clean up importsGuido Imperiale2019-12-031-1/+0
|
* add pint-pandas notebook docsandrewgsavage2019-01-171-1/+1
|
* Add docs for matplotlib supportRyan May2017-08-311-1/+1
|
* Update conf.pyJesterEE2016-03-251-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 testingHernan Grecco2016-02-131-1/+7
|
* Improved documentationHernan Grecco2013-05-041-9/+9
|
* Added mathjax to sphinx configuration to show math expressions in the docs.Hernan Grecco2013-04-271-1/+1
|
* Bumped year and improved relase sequenceHernan Grecco2013-04-221-5/+12
|
* Docs and licenseHernan Grecco2012-05-031-0/+292