Skip to content

Commit

Permalink
initial course skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
rsriniva committed Oct 16, 2023
1 parent bb6ce0b commit 52242d6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating Machine Learning Models with Red Hat OpenShift Data Science
# Deploying Machine Learning Models with Red Hat OpenShift Data Science

This course is the third in a series of 6 courses about Red Hat OpenShift Data Science (RHODS). This course teaches you how to create machine learning models in RHODS, and how to export models using Jupyter Notebooks.
This course is the fourth in a series of 6 courses about Red Hat OpenShift Data Science (RHODS). This course teaches you how to deploy machine learning models in RHODS, and how to consume them from client applications.

# Creating Course Content

Expand Down Expand Up @@ -35,7 +35,7 @@ To add a new section under a chapter create an entry in the *modules/CHAPTER/nav

1. Clone the course repository.
```
$ git clone git@github.com:RedHatQuickCourses/rhods-model.git
$ git clone git@github.com:RedHatQuickCourses/rhods-deploy.git
```

2. Install the npm dependencies for the course tooling.
Expand Down Expand Up @@ -75,7 +75,7 @@ To add a new section under a chapter create an entry in the *modules/CHAPTER/nav

11. Wait for a few minutes while the automated GitHub action publishes your changes ot the production GitHub pages website.

12. Verify that your changes have been published to the production GitHub pages website at https://redhatquickcourses.github.io/rhods-model
12. Verify that your changes have been published to the production GitHub pages website at https://redhatquickcourses.github.io/rhods-deploy

# Problems and Feedback
If you run into any issues, report bugs/suggestions/improvements about this course here - https://github.com/RedHatQuickCourses/rhods-model/issues
If you run into any issues, report bugs/suggestions/improvements about this course here - https://github.com/RedHatQuickCourses/rhods-deploy/issues
4 changes: 2 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site:
title: Creating Machine Learning Models with Red Hat OpenShift Data Science
start_page: rhods-model::index.adoc
title: Deploying Machine Learning Models with Red Hat OpenShift Data Science
start_page: rhods-deploy::index.adoc

content:
sources:
Expand Down
4 changes: 2 additions & 2 deletions antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rhods-model
title: Creating Machine Learning Models with Red Hat OpenShift Data Science
name: rhods-deploy
title: Deploying Machine Learning Models with Red Hat OpenShift Data Science
version: 1.33
nav:
- modules/ROOT/nav.adoc
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Creating Machine Learning Models with Red Hat OpenShift Data Science
= Deploying Machine Learning Models with Red Hat OpenShift Data Science
:navtitle: Home

== Introduction
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion supplemental-ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="https://github.com/RedHatQuickCourses/rhods-model/issues" target="_blank">Report Issues</a>
<a class="navbar-item" href="https://github.com/RedHatQuickCourses/rhods-deploy/issues" target="_blank">Report Issues</a>
</div>
</div>
</nav>
Expand Down

0 comments on commit 52242d6

Please sign in to comment.