-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from aakankshaduggal/master
Add _toc.yml and _config.yml
- Loading branch information
Showing
7 changed files
with
63 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
title: Data Science Workflows | ||
author: AIOps | ||
# logo: logo.png | ||
execute: | ||
execute_notebooks: false | ||
|
||
# Only build files specified by the _toc | ||
only_build_toc_files: false | ||
|
||
# Exclude any additional file types being built | ||
exclude_patterns: [.github/*, manifests/*, CHANGELOG.md, docs/images/*, public/assets/*] | ||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/aicoe-aiops/data-science-workflows # Online location of your book | ||
path_to_book: "" # Optional path to your book, relative to the repository root | ||
branch: master # Which branch of the repository should be used when creating links (optional) | ||
|
||
# Add GitHub buttons to your book | ||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository | ||
html: | ||
use_issues_button: true | ||
use_repository_button: true | ||
google_analytics_id: "" # A GA id that can be used to track book views. | ||
|
||
# Launch button settings | ||
launch_buttons: | ||
notebook_interface : jupyterlab # The interface interactive links will activate ["classic", "jupyterlab"] | ||
binderhub_url : " " | ||
jupyterhub_url : https://jupyterhub-opf-jupyterhub.apps.smaug.na.operate-first.cloud # The URL of the JupyterHub | ||
thebe : false # Add a thebe button to pages (requires the repository to run on Binder) | ||
|
||
sphinx: | ||
config: | ||
html_js_files: | ||
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
format: jb-book | ||
root: README | ||
parts: | ||
- caption: Getting started | ||
chapters: | ||
- file: docs/getting-started | ||
- file: docs/how-to-contribute | ||
- caption: AIOps projects | ||
chapters: | ||
- file: docs/aiops-projects | ||
- file: docs/project-document-template | ||
- file: docs/project-structure | ||
- caption: Best Practices and Guidelines | ||
chapters: | ||
- file: docs/guidelines-for-reviewing-datascience-code.md | ||
- file: docs/data-visualization-best-practices.md | ||
- file: docs/create_and_deploy_jh_image.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Title - Project Description | ||
# Project Outline Template | ||
|
||
|
||
## _Authors, 20xx-Month-Day vx.x.x-dev_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters