Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add jbook *.yml's #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
title: Project Meteor
author: Shooting Star
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to keep this title/author? Maybe Meteor Demo with author AICoE or something along those lines?

logo: logo.png
execute:
execute_notebooks: false

# Only build files specified by the _toc
only_build_toc_files: true

# Exclude any additional file types being built
exclude_patterns: [.github/*, manifests/*, CHANGELOG.md, docs/ML-Prague-2021-Workshop.pdf, docs/images/*]

# Information about where the book exists on the web
repository:
url: https://github.com/AICoE/elyra-aidevsecops-tutorial # Online location of your book
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this point to this repository now?

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 : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org)
jupyterhub_url : https://jupyterhub-opf-jupyterhub.apps.zero.massopen.cloud # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu)
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
22 changes: 22 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
format: jb-book
root: README
parts:
- caption: Behind the Scenes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to modify this to follow the new proposed structure?

chapters:
- file: docs/source/setup-initial-environment
- file: docs/source/explore-notebooks-and-manage-dependencies
- file: docs/source/push-changes
- file: docs/source/build-images
- file: docs/source/use-bots
- caption: AI Lifecycle
chapters:
- file: notebooks/download_dataset
- file: notebooks/training
- file: notebooks/test_deployed_model
- file: docs/source/create-ai-pipeline
- file: docs/source/run-ai-pipeline
- caption: DevOps Lifecycle
chapters:
- file: docs/source/deploy-model
- file: docs/source/test-model
- file: docs/source/monitor-model