Skip to content

gmarsanich/InformaticsForDigitalHealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes for the Master’s degree in Informatics for Digital Health at UNIPI

Table of Contents

convert.py

This script converts .adoc files into .html or .pdf and writes them to a zip archive. Requires Asciidoctor and Asciidoctor-pdf

Arguments:

  • -dirpath (-d): path to directory containing .adoc files

  • -outname (-o): name of the archive

  • -filetype (-t): file type for converted files. Can be pdf or html

Example:

python3 convert.py -d Y1/S2/hci -o notes -t pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages