Update documentation for contrib (#12424)

* Update __init__.py

Remove ## for standardization of api docs

* Create README.md

Add README to define this directory's purpose

* Update __init.py

Markdown styling does not show up well in api docs

* Update README.md

Add short mention of describing what to deprecate

* Update README.md

Capitalize title

* Update README.md

Revert README change

* Delete README.md
This commit is contained in:
Alan Yee 2017-08-24 16:36:16 -07:00 committed by Jonathan Hseu
parent 11cdd709d3
commit ebc421daf2

View File

@ -12,15 +12,13 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# ============================================================================== # ==============================================================================
"""##Ops for image manipulation. """Ops for image manipulation.
### API ### API
This module provides functions for image manipulation; currently, only This module provides functions for image manipulation; currently, only
projective transforms (including rotation) are supported. projective transforms (including rotation) are supported.
## Image `Ops`
@@angles_to_projective_transforms @@angles_to_projective_transforms
@@compose_transforms @@compose_transforms
@@rotate @@rotate