Skip to content

Commit

Permalink
Merge pull request #89 from aakankshaduggal/master
Browse files Browse the repository at this point in the history
some fixes for jupyterbook
  • Loading branch information
sesheta authored Dec 15, 2021
2 parents d13fa38 + c9db3cd commit 54d2b2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

The purpose of the data science workflows is both to provide Data Scientists in the AICoE with a template for structuring their projects and to offer data science users an opportunity to learn more about data science on ODH. We want to encourage a consistent workflow across projects that promotes the Operate First approach by testing and taking advantage of the capabilities developed by the AICoE. Additionally, as data scientists focused on developing intelligent applications for the cloud, we must ensure we are working from a cloud-native data science mindset from the start.

* **[Get Started](docs/getting-started.md)**

* **[How to Contribute](docs/how-to-contribute.md)**

* **[Get Started](docs/project_structure/getting-started.md)**
* **[How to Contribute](docs/project_structure/how-to-contribute.md)**
* **[Data Science Projects](https://www.operate-first.cloud/data-science)**
* **[Jupyter Book](https://aicoe-aiops.github.io/data-science-workflows/)**

Expand Down
2 changes: 1 addition & 1 deletion docs/develop_collaborate/automated-pipelines.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### **Creating Automated Model Workflows**
### Creating Automated Model Workflows

To automate your notebook workflows using Elyra and Kubeflow Pipelines on Open Data Hub, you can refer to the [guide](https://github.com/AICoE/elyra-aidevsecops-tutorial) and view our video [tutorial](https://www.youtube.com/watch?v=iMSOal8wRj4).
2 changes: 1 addition & 1 deletion docs/project_structure/boards-and-issues.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### **How To Create Project Boards and Use Issues**
### How To Create Project Boards and Use Issues

You can create Issues to highlight new features, bugs and break upcoming goals of a project into smaller chunks. You can create GitHub [Issues](https://docs.github.com/en/issues/tracking-your-work-with-issues) and include [Task Lists](https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists) for each task that you plan to work on.

Expand Down
2 changes: 1 addition & 1 deletion docs/setup_environment/thoth.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### **Set Up AICoE Continuous Integration (CI)**
### Set Up AICoE Continuous Integration (CI)

[AICoE-CI](https://github.com/aicoe/aicoe-ci#getting-started) can aid various aspects of a development workflow such as running pre-commit checks, build checks, triggering pipelines to build images, etc.

Expand Down

0 comments on commit 54d2b2b

Please sign in to comment.