Standardize bib references and Examples subsection in docstrings.
authorDustin Tran <trandustin@google.com>
Tue, 20 Mar 2018 00:41:25 +0000 (17:41 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 20 Mar 2018 00:45:20 +0000 (17:45 -0700)
commite2c90615a4ab9033a36111299f6a0d4485f4f16a
treede4dd941baff2af527136ba2e436d5ded8e87bd8
parent2714c07c93c2fd84480f816e0da44030a0a2bd45
Standardize bib references and Examples subsection in docstrings.

Recipe:

+ Write a #### Examples subsection below Args/Returns/Raises to illustrate examples. If the docstring's last line is a ``` closing a code snippet, add an empty line before closing the docstring with """. This properly displays the code snippet.

+ Write a #### References subsection at the bottom of any docstring with citations. Enumerate all references in alphabetical order. Individual bibentries use ICLR?s bibliography style, which borrows from icml2010.bst and which itself borrows from plainnl.bst. Add a link to the paper if the publication is open source (ideally, arXiv).

PiperOrigin-RevId: 189670932
tensorflow/contrib/distributions/python/ops/autoregressive.py
tensorflow/contrib/distributions/python/ops/bijectors/affine.py
tensorflow/contrib/distributions/python/ops/bijectors/batch_normalization.py
tensorflow/contrib/distributions/python/ops/bijectors/cholesky_outer_product.py
tensorflow/contrib/distributions/python/ops/bijectors/masked_autoregressive.py
tensorflow/contrib/distributions/python/ops/bijectors/real_nvp.py
tensorflow/contrib/distributions/python/ops/bijectors/square.py
tensorflow/contrib/distributions/python/ops/kumaraswamy.py
tensorflow/contrib/distributions/python/ops/moving_stats.py
tensorflow/contrib/distributions/python/ops/shape.py
tensorflow/contrib/distributions/python/ops/vector_diffeomixture.py