Skip to content

Commit

Permalink
Add module names to docs headers
Browse files Browse the repository at this point in the history
  • Loading branch information
creafz committed Jun 20, 2018
1 parent a930818 commit 0bbec37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/api/augmentations.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Augmentations
=============
Augmentations (albumentations.augmentations)
============================================

Transforms
----------
Expand Down
6 changes: 3 additions & 3 deletions docs/api/core.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Core API
========
Core API (albumentations.core)
==============================

Composition
-----------
.. automodule:: albumentations.core.composition
:members:

Transforms interface
----------------------------------------
--------------------
.. automodule:: albumentations.core.transforms_interface
:members:
4 changes: 2 additions & 2 deletions docs/api/imgaug.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imgaug helpers
==============
imgaug helpers (albumentations.imgaug)
======================================

Transforms
----------
Expand Down
4 changes: 2 additions & 2 deletions docs/api/torch.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyTorch helpers
===============
PyTorch helpers (albumentations.torch)
======================================

Transforms
----------
Expand Down

0 comments on commit 0bbec37

Please sign in to comment.