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

Make the project Meteor-compatible #51

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
11 changes: 10 additions & 1 deletion .aicoe-ci.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
check: []
check:
- thoth-build
build:
base-image: "quay.io/thoth-station/s2i-elyra-custom-notebook:v0.4.1"
build-source-script: "image:///opt/app-root/builder"
build-stratergy: Source
registry: quay.io
registry-org: thoth-station
registry-project: datasets
registry-secret: thoth-station-thoth-pusher-secret
31 changes: 31 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
title: Thoth Datasets
author: Thoth Station, Red Hat Artificial Intelligence Center of Excellence (AICoE)
Copy link
Contributor

Choose a reason for hiding this comment

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

@goern do we have to change this already?

logo: jupyterbook-images/thoth-station-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]

# Information about where the book exists on the web
repository:
url: https://github.com/thoth-station/datasets # 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 : 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)
26 changes: 26 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
format: jb-book
root: README
parts:
- caption: Explore template notebooks
pacospace marked this conversation as resolved.
Show resolved Hide resolved
chapters:
- file: notebooks/templates/AdviserFailedRunsAnalysisTemplate
- file: notebooks/templates/AdviserMostRequestedStacks
- file: notebooks/templates/AdviserSuccessfullLatencyAnalysisTemplate
- file: notebooks/templates/AmunInspectionAnalysisTemplate
- caption: Thoth Performance Dataset
chapters:
- file: notebooks/thoth-performance-dataset/README
- file: notebooks/thoth-performance-dataset/AmunInspectionAnalysis2021-02-09
- file: notebooks/thoth-performance-dataset/PerformanceTensorFlow2.1.0SoftwareStackCombinationsErrors
- file: notebooks/thoth-performance-dataset/PerformanceTensorFlow2.1.0SoftwareStackCombinations
- file: notebooks/thoth-performance-dataset/ThothPerformanceDataset
- caption: Thoth Solver Dataset
chapters:
- file: notebooks/thoth-solver-dataset/README
- file: notebooks/thoth-solver-dataset/link-of-solver-and-invectio
- file: notebooks/thoth-solver-dataset/ThothSolverDataset
- file: notebooks/thoth-solver-dataset/ThothSolverDataset-v2.0
- caption: Thoth Security Dataset
chapters:
- file: notebooks/thoth-security-dataset/README
- file: notebooks/thoth-security-dataset/ThothSecurityDataset
Binary file added jupyterbook-images/thoth-station-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.