diff --git a/en/latest/.buildinfo b/en/latest/.buildinfo index b7a0d1b8b..44a90c4b4 100644 --- a/en/latest/.buildinfo +++ b/en/latest/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 78cc4303f564f9f664129d585b5322cf +config: 41196f7c711ffc10765fdd16f1f5dfa9 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/en/latest/.doctrees/cli.doctree b/en/latest/.doctrees/cli.doctree index 5fbad40cf..e509f43ed 100644 Binary files a/en/latest/.doctrees/cli.doctree and b/en/latest/.doctrees/cli.doctree differ diff --git a/en/latest/.doctrees/environment.pickle b/en/latest/.doctrees/environment.pickle index a98b8befb..8aefb680b 100644 Binary files a/en/latest/.doctrees/environment.pickle and b/en/latest/.doctrees/environment.pickle differ diff --git a/en/latest/.doctrees/modules/interactive.doctree b/en/latest/.doctrees/modules/interactive.doctree index 1469ee4e6..b8a30cddf 100644 Binary files a/en/latest/.doctrees/modules/interactive.doctree and b/en/latest/.doctrees/modules/interactive.doctree differ diff --git a/en/latest/_static/documentation_options.js b/en/latest/_static/documentation_options.js index 85b559d4c..b6264d84b 100644 --- a/en/latest/_static/documentation_options.js +++ b/en/latest/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.15.1.dev4+g568d6dab7', + VERSION: '0.15.1.dev5+gc94ad4b81', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/en/latest/aboutus.html b/en/latest/aboutus.html index af53c90d4..b8357f8df 100644 --- a/en/latest/aboutus.html +++ b/en/latest/aboutus.html @@ -4,7 +4,7 @@ -
usage: python -m diofant [-h] [--no-wrap-division] [-a] [--no-ipython]
- [--unicode-identifiers] [--wrap-floats] [-V]
+ [--unicode-identifiers] [--wrap-floats] [--wrap-ints]
+ [-V]
Wrap integer literals with Integer
+Wrap all int divisions in a call to Fraction
.
Wraps all ints in a call to Integer
.
Transform original code to allow any unicode identifiers.
Wraps all float literals with Float
.