Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
restruture user documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Jan 2, 2019
1 parent a9727f9 commit 18be348
Show file tree
Hide file tree
Showing 22 changed files with 59 additions and 29 deletions.
3 changes: 0 additions & 3 deletions .idea/dictionaries/ignacio.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ User documentation
If you are a user (current or potential) you should start here.

.. toctree::
:maxdepth: 3
:maxdepth: 2

user/index

Expand Down
Empty file.
8 changes: 8 additions & 0 deletions source/user/examples/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Examples
========

.. toctree::
:maxdepth: 1
:glob:

toy_model-dog_breeds
2 changes: 2 additions & 0 deletions source/user/examples/toy_model-dog_breeds.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Toy example: dog breed recognition
==================================
35 changes: 16 additions & 19 deletions source/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,34 @@ User documentation

.. todo:: Documentation is being written at this moment.

Quickstart
----------

User roles
------------
Brief description of the user roles and their relation with the usecases and the applications.
If you want a quickstart guide, please check the following link.

.. toctree::
:maxdepth: 1

user_roles/role1.rst
user_roles/role2.rst
user_roles/role3.rst
quickstart

Overview
---------

Catalogue of modules
------------
A more in depth documentation, with detailed description on the archicture and
components is provided in the following sections.

.. toctree::
:maxdepth: 1
:maxdepth: 2

catalogue/image_classification.rst
overview/index

Examples
--------

Use cases
------------
The following sections provide information on how several deep learning models
have been developed and integrated with our platform.

.. toctree::
:maxdepth: 1
:maxdepth: 2

usecases/plants.rst
usecases/satellites.rst
usecases/mods.rst
usecases/retinopathy.rst
usecases/lattice_qcd.rst
usecases/toy_model-dog_breeds.rst
examples/index
2 changes: 2 additions & 0 deletions source/user/overview/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DEEPaaS API
===========
2 changes: 2 additions & 0 deletions source/user/overview/architecture.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Architecture overview
---------------------
2 changes: 2 additions & 0 deletions source/user/overview/cookiecutter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Repository template
===================
11 changes: 11 additions & 0 deletions source/user/overview/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Overview
========

.. toctree::
:maxdepth: 1
:glob:

architecture
cookiecutter
user-roles
api
2 changes: 2 additions & 0 deletions source/user/overview/user-roles.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Our different user roles
========================
13 changes: 13 additions & 0 deletions source/user/quickstart.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Quickstart guide
----------------

.. todo:: Provide information on (at least):

1. How to download and test a model (i.e. get docker, go to the marketplace, get the model, run it).

2. Use cookiecutter to develop a model

3. Integrate an existing model with DEEPaaS

4. Create a container from a model

Empty file.
Empty file removed source/user/usecases/mods.rst
Empty file.
Empty file removed source/user/usecases/plants.rst
Empty file.
Empty file.
Empty file removed source/user/usecases/satelites.rst
Empty file.
Empty file.
Empty file removed source/user/user_roles/role1.rst
Empty file.
Empty file removed source/user/user_roles/role2.rst
Empty file.
Empty file removed source/user/user_roles/role3.rst
Empty file.

0 comments on commit 18be348

Please sign in to comment.