Skip to content

Commit

Permalink
Merge pull request #462 from mv1388/add-doc-sections
Browse files Browse the repository at this point in the history
General documentation structure
  • Loading branch information
mv1388 committed Apr 11, 2020
2 parents 8b6c897 + 917106f commit 2f0693e
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/source/cloud.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
cloud
=====

.. toctree::
:maxdepth: 1
:caption: Guides:

cloud/cloud_save
cloud/cloud_load
cloud/data_access
cloud/aws_ses


Most of the functionality available both for AWS and Google Cloud.
4 changes: 4 additions & 0 deletions docs/source/cloud/aws_ses.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AWS Simple Email Service
========================


4 changes: 4 additions & 0 deletions docs/source/cloud/cloud_load.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Downloading from Cloud
======================

about model load
4 changes: 4 additions & 0 deletions docs/source/cloud/cloud_save.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Saving to Cloud
===============

combine model & results save
3 changes: 3 additions & 0 deletions docs/source/cloud/data_access.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Data Access
===========

5 changes: 4 additions & 1 deletion docs/source/experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ experiment
==========

.. toctree::
:maxdepth: 5
:maxdepth: 1
:caption: Guides:

experiment/result_package
experiment/metrics
experiment/training_history
experiment/experiment_save
16 changes: 16 additions & 0 deletions docs/source/experiment/experiment_save.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Experiment Saving
=================



Experiment Saver
----------------


Local Model Save
----------------


Local Results Save
------------------

4 changes: 4 additions & 0 deletions docs/source/experiment/metrics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Result Metric
=============


3 changes: 3 additions & 0 deletions docs/source/experiment/training_history.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Training History
================

4 changes: 3 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ AIToolbox - Model Training Framework for PyTorch
torchtrain
experiment
cloud
nlp

.. toctree::
:maxdepth: 5
Expand Down Expand Up @@ -56,8 +57,9 @@ However, the greatest benefit of AIToolbox comes when all components are used to
the process of PyTorch model training and experiment tracking as much as possible.
Most of this top-level API is exposed to the user via the functionality implemented in :mod:`aitoolbox.torchtrain`.

To learn more about each of AIToolbox components have a look at the corresponding documentation sections:
To learn more about components available in AIToolbox have a look at the corresponding documentation sections:

* :doc:`torchtrain`
* :doc:`experiment`
* :doc:`cloud`
* :doc:`nlp`
3 changes: 3 additions & 0 deletions docs/source/nlp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nlp
===

0 comments on commit 2f0693e

Please sign in to comment.