bidict/docs
jab cb1d80c97c tweak docs, setup.py, travis, and hypothesis tests
- improve basic usage and "Why can't I just use a dict?" docs
- rename _static -> assets
- use forward declarations of custom rst interpreted text roles we use that
  sphinx defines and that PyPI and GitHub couldn't handle otherwise (e.g.
  :doc:), rather than stripping them out in setup.py
- move __keywords__ and __url__ from setup.py into bidict/metadata.py
- add __version_info__ metadata attribute
- import bidict/metadata.py in setup.py rather than `exec`ing it
- add back Python 3.4 to Travis test matrix
- improve hypothesis settings for max_examples_5000 profile
  (used in nightly CI builds)
- suppress hypothesis's hung_test health check for max_examples_5000 profile
  to prevent flaky tests caused by failed health checks. Avoids errors like:

    E   hypothesis.errors.FailedHealthCheck: Your test has been running for
        at least five minutes. This is probably not what you intended, so by
        default Hypothesis turns it into an error.
    E   See https://hypothesis.readthedocs.io/en/latest/healthchecks.html for
        more information about this. If you want to disable just this health
        check, add HealthCheck.hung_test to the suppress_health_check settings
        for this test.
2018-04-19 15:52:02 +07:00
..
Makefile moving from hg to git, cutting 0.2.1 2014-09-23 10:08:21 -04:00
_static tweak docs, setup.py, travis, and hypothesis tests 2018-04-19 15:52:02 +07:00
addendum.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
api.rst tweak docs, setup.py, travis, and hypothesis tests 2018-04-19 15:52:02 +07:00
basic-usage.rst tweak docs, setup.py, travis, and hypothesis tests 2018-04-19 15:52:02 +07:00
changelog.rst squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
code-of-conduct.rst squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
conf.py bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
contributors-guide.rst deps, docs linking fixes/improvements, skip benchmarking for now 2016-12-06 18:09:45 -05:00
extending.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
home.rst squashed changes for 0.12.0 2016-06-28 00:05:23 -04:00
index.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
intro.rst tweak docs, setup.py, travis, and hypothesis tests 2018-04-19 15:52:02 +07:00
learning-from-bidict.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
other-bidict-types.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
other-functionality.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00
thanks.rst bidict.pairs -> _iteritems_args_kw, docs + other small improvements 2018-04-06 11:28:44 +07:00