Skip to content

sbi-benchmark/sbi-benchmark.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbi-benchmark.github.io

This repository contains the source for the website sbi-benchmark.github.io, which is build on top of mkdocs.

The website can be run locally for development:

$ pip install -r requirements.txt
$ mkdocs serve

Note that you may have to temporarily change site_url in mkdocs.yml to fetch local instead of remote assets.

To deploy the website:

$ mkdocs gh-deploy

License

MIT