Skip to content

Commit

Permalink
Merge pull request #4486 from beam2d/fix-docs-layout
Browse files Browse the repository at this point in the history
Fix sectioning of "Datasets" reference
  • Loading branch information
okuta committed Mar 19, 2018
2 parents 047822c + 3e9f882 commit e788405
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/source/reference/datasets.rst
@@ -1,7 +1,10 @@
.. module:: chainer.dataset

Datasets
========

Dataset Abstraction
===================
-------------------

Chainer supports a common interface for training and validation of datasets. The dataset support consists of three components: datasets, iterators, and batch conversion functions.

Expand Down Expand Up @@ -67,7 +70,7 @@ Dataset Management
.. _datasets:

Examples
========
--------

The most basic :mod:`~chainer.dataset` implementation is an array.
Both NumPy and CuPy arrays can be used directly as datasets.
Expand All @@ -82,7 +85,7 @@ The other one is a group of concrete, popular datasets.
These concrete examples use the downloading utilities in the :mod:`chainer.dataset` module to cache downloaded and converted datasets.

General Datasets
================
----------------

General datasets are further divided into four types.

Expand Down Expand Up @@ -166,7 +169,7 @@ LabeledImageDataset
chainer.datasets.LabeledImageDataset

Concrete Datasets
~~~~~~~~~~~~~~~~~
-----------------

.. autosummary::
:toctree: generated/
Expand Down

0 comments on commit e788405

Please sign in to comment.