OKtools package
Project description
OKtools
Tools to work with OKpy exercises and solutions.
Requires:
- Git
- Hub utility. On Mac
brew install hub
.
See the rmdex README for documentation of the markup for the exercises.
The tools need a configuration file in YaML format. Here is an example:
# Configuration for cfd2021 exercise builds
# Save as _course.yml in home directory.
# Top-level URL for built book.
url : "https://uob-ds.github.io"
# The subpath of built book under URL.
# Full book URL will then be {url}{base_url}
baseurl : "/cfd2021"
# Local output path for exercise dirs.
# Built exercise directories / repositories will appear here.
org_path : "~/dev_trees/uob-cfd"
# Github organization name to house built repositories.
org_name : "uob-cfd"
# Git base URL for exercise dirs.
git_root : "https://github.com"
# If using JupyterHub, URL of JupyterHub instance.
# Uncomment and edit if using a JupyterHub.
# jh_root : "https://uobhub.org"
Save this file as _course.yml
in the directory with the exercise templates,
or in some directory higher up the file hierarchy (nearer the root directory) — for example, your home directory (if that is on the same filesystem as your exercise templates).
Example command to check exercise build and test, run from the directory containing the exercise template files:
# You can omit site-config if _course.yml is in a suitable location.
okt-dir2exercise --site-config=$HOME/my_dir/_course.yml .
Then, when satisfied, use the --push
flag to push up the built exercise to a matching repository:
# You can omit site-config if _course.yml is in a suitable location.
okt-dir2exercise --site-config=$HOME/my_dir/_course.yml . --push
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file oktools-0.0.1b1.tar.gz
.
File metadata
- Download URL: oktools-0.0.1b1.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d01b92af8888ff5bbb3ab8f336ba28b37df1a0549fe851a162d413df7d4d278e |
|
MD5 | 5c15ec87d61636feae8d0e20838ed231 |
|
BLAKE2b-256 | 7a7def972dd735b6c8d1f73be9337bc18d7b9131355e116e6f38b6d96561f5ab |