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

Commit

Permalink
Merge pull request #6 from deephdc/fixes
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
laramaktub committed Jan 24, 2019
2 parents 5310601 + 3529219 commit 0743141
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion source/user/howto/develop-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ You don't need to implement all of them, just the ones you need.


3. Create a python installable package for your model
====================================================
=====================================================
To create a python installable package the initial directory structure should look something like this::

your_model_package/
Expand Down
1 change: 0 additions & 1 deletion source/user/howto/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ HowTo's
Test a service locally <try-service-locally>
Use rclone <rclone>
Install and configure oidc-agent <oidc-agent>
Use Openstack API with OIDC tokens <oidc-auth>
Video demos <video-demos>

6 changes: 3 additions & 3 deletions source/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ A set of various HowTo examples.

.. raw:: html

<h2>Models</h2>
<h2>Modules</h2>


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

.. toctree::
:maxdepth: 2

models/index
modules/index
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Models
========
Modules
=======

.. toctree::
:maxdepth: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A toy example to identify Dog's breed, "Dogs breed detector" [*]_, images for tr
+-----------------------------------------------------------------+---------------------+
| `DEEPaaS API <https://deepaas.readthedocs.io/en/stable/>`_ | yes |
+-----------------------------------------------------------------+---------------------+
| :doc:`DEEP UC template <../overview/cookiecutter-template>` | yes |
| :doc:`DEEP DS template <../overview/cookiecutter-template>` | yes |
+-----------------------------------------------------------------+---------------------+
| `DEEP-Nextcloud <https://nc.deep-hybrid-datacloud.eu/>`_ access | yes |
+-----------------------------------------------------------------+---------------------+
Expand Down

0 comments on commit 0743141

Please sign in to comment.