8000 Merge branch 'master' of github.com:twilio/twilio-python · MC6/twilio-python@77e819b · GitHub
[go: up one dir, main page]

Skip to content

Commit 77e819b

Browse files
Merge branch 'master' of github.com:twilio/twilio-python
2 parents c06a38f + ab8c2c7 commit 77e819b
  • usage
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    96 files changed

    +13648
    -0
    lines chan F438 ged
    6.62 KB
    Binary file not shown.

    docs/_build/doctrees/api.doctree

    3.6 KB
    Binary file not shown.
    14.3 KB
    Binary file not shown.
    Binary file not shown.
    97.4 KB
    Binary file not shown.

    docs/_build/doctrees/api/util.doctree

    28.5 KB
    Binary file not shown.
    8.85 KB
    Binary file not shown.
    110 KB
    Binary file not shown.
    9.62 KB
    Binary file not shown.

    docs/_build/doctrees/index.doctree

    24.9 KB
    Binary file not shown.
    21.9 KB
    Binary file not shown.
    11.9 KB
    Binary file not shown.
    13.9 KB
    Binary file not shown.
    19.1 KB
    Binary file not shown.
    18.5 KB
    Binary file not shown.
    14.9 KB
    Binary file not shown.
    13.5 KB
    Binary file not shown.
    23.4 KB
    Binary file not shown.
    19.9 KB
    Binary file not shown.
    16.6 KB
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    13.1 KB
    Binary file not shown.
    14.1 KB
    Binary file not shown.

    docs/_build/html/.buildinfo

    Lines changed: 4 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,4 @@
    1+
    # Sphinx build info version 1
    2+
    # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
    3+
    config: 512ce805cac3fbb53a59818ebfb7c673
    4+
    tags: fbb0d17656682115ca4d033fb2f83ba1
    Lines changed: 25 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,25 @@
    1+
    krTheme Sphinx Style
    2+
    ====================
    3+
    4+
    This repository contains sphinx styles Kenneth Reitz uses in most of
    5+
    his projects. It is a drivative of Mitsuhiko's themes for Flask and Flask related
    6+
    projects. To use this style in your Sphinx documentation, follow
    7+
    this guide:
    8+
    9+
    1. put this folder as _themes into your docs folder. Alternatively
    10+
    you can also use git submodules to check out the contents there.
    11+
    12+
    2. add this to your conf.py: ::
    13+
    14+
    sys.path.append(os.path.abspath('_themes'))
    15+
    html_theme_path = ['_themes']
    16+
    html_theme = 'flask'
    17+
    18+
    The following themes exist:
    19+
    20+
    **kr**
    21+
    the standard flask documentation theme for large projects
    22+
    23+
    **kr_small**
    24+
    small one-page theme. Intended to be used by very small addon libraries.
    25+

    docs/_build/html/_sources/api.txt

    Lines changed: 14 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,14 @@
    1+
    =================
    2+
    API Documentation
    3+
    =================
    4+
    5+
    A complete API reference to the :data:`twilio` module.
    6+
    7+
    .. toctree::
    8+
    :maxdepth: 1
    9+
    10+
    api/rest/index
    11+
    api/rest/resources
    12+
    api/twiml
    13+
    api/util
    14+
    Lines changed: 10 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,10 @@
    1+
    .. module:: twilio.rest
    2+
    3+
    ==============================
    4+
    :mod:`twilio.rest`
    5+
    ==============================
    6+
    7+
    .. autoclass:: TwilioRestClient
    8+
    :members:
    9+
    :inherited-members:
    10+

    0 commit comments

    Comments
     (0)
    0