8 Commits

Author SHA1 Message Date
Sergey B Kirpichev c44efa2ca2 Remove py2 remnants (cast round() to int) 2026-07-01 08:08:19 +03:00
Sergey B Kirpichev 87cfbc42a8 Correct to_float() conversion for subnormals
Closes #1078
2026-05-18 07:46:12 +03:00
Sergey B Kirpichev 06d00fc53b Drop "4-tuple" note in docs, per #720 2025-01-06 05:04:46 +03:00
Sergey B Kirpichev da36d96055 Reorganize imports in docs/ (no star imports) 2023-05-09 07:27:20 +03:00
Sergey B Kirpichev 0c1a5d4f44 Fix sphinx warnings with nitpicky=True
Closes #627
2023-04-30 08:54:20 +03:00
Sergey B Kirpichev 57efbdc101 Drop resetting globals (mp.prec and so on) in doctests 2023-04-20 12:55:47 +03:00
Sergey B Kirpichev 4a2a320efc Add missing references
Note, that this changes sphinx docs for some constants.  Unfortunately,
there is no other way to display verbose docstrings for pi and euler.
2021-03-27 01:14:07 +03:00
Sergey B Kirpichev a9550c2b70 Reorganize docs (doc/source/ -> docs/, *.txt -> *.rst)
Structure now more closely follow https://packaging.python.org/

To build docs:

    python setup.py build_sphinx -c docs -b html,latex
    make -C build/sphinx/latex all-pdf
2021-03-27 01:14:07 +03:00