Skip to content

dakk/jambiato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jambiato

Checker for tracking graypaper equations' modifications. Brought to you by Davide Gessa (dakk), developer of JamPy.

Tagging your source code

Your source code should have comments containing equation numbers in this format (spaces are optional):

$(VERSION - EQUATION_NUMBER)

for instance:

$(0.4.5 - 123)

If a block of code implements multiple equations, use \ separators:

$(VERSION - EQ1 \ EQ2 \ E3)

Run Jambiato

python jambiato.py YOUR_SOURCE_DIRECTORY
usage: Jambiato [-h] [-nu] [-e EXTENSIONS] code_path

Checker for tracking graypaper equations' modifications

positional arguments:
  code_path

options:
  -h, --help            show this help message and exit
  -nu, --no-update
  -e, --extensions EXTENSIONS
                        file extensions of the code, comma separated (for instance: 'py,pyx')

License

This software is licensed with Apache License 2.0.

About

Checker for tracking graypaper equations' modifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages