This repository was archived by the owner on Dec 12, 2022. It is now read-only.
generated from operate-first/template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jupyter book build requirements (#56)
- Loading branch information
Showing
4 changed files
with
53 additions
and
0 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,2 @@ | ||
# Distribution / packaging | ||
/_build |
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,31 @@ | ||
title: Data Driven Development | ||
author: Red Hat Artificial Intelligence Center of Excellence (AICoE) | ||
logo: aicoe-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/*] | ||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/AICoE/data-driven-development # Online location of your book | ||
path_to_book: "" # Optional path to your book, relative to the repository root | ||
branch: main # 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.smaug.na.operate-first.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) |
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,20 @@ | ||
format: jb-book | ||
root: README | ||
parts: | ||
- caption: Data Sources | ||
chapters: | ||
- file: data-sources/prometheus | ||
- caption: Data Presentation | ||
chapters: | ||
- file: data-presentation/grafana | ||
- file: data-presentation/superset | ||
- caption: Monitoring Applications Guide | ||
chapters: | ||
- file: examples/README | ||
- file: examples/kebechet/README | ||
sections: | ||
- file: examples/kebechet/tooling | ||
- file: examples/kebechet/metrics | ||
- file: examples/kebechet/collecting_and_storing_metrics | ||
- file: examples/kebechet/accessing_metrics | ||
- file: examples/kebechet/alerting |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.