Skip to content

j-woz/emews_next_gen_tutorial_tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMEWS Tutorial

Link to GitHub IO page: https://emews.org/emews-tutorial/

To build the site, simply setup asciidoctor (see below) and run:


$ scripts/build_site.sh

The site is live at https://emews.org/emews-tutorial/ and accessible via http://emews.org

Developer setup

Ubuntu

Must install asciidoctor as APT package, then asciidoctor-bibtex as Ruby Gem.

Gem does not seem to work in Anaconda, Python 3.11, 2024-02-06 .

So do all these steps:

$ sudo apt install ruby-dev
$ sudo apt install asciidoctor
$ sudo gem install asciidoctor-bibtex
$ sudo gem install pygments.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 38.7%
  • Swift 23.8%
  • TeX 12.0%
  • M4 9.1%
  • Python 8.9%
  • C++ 3.5%
  • Other 4.0%