Documentation for Myte
				
			
		| content | ||
| src | ||
| project.nv | ||
| readme.nv | ||
|| 
  ~ABOUT~ (
    This is a repo meant to house documentation for Nova in general, and myte more specifically.
    The hope is to document things in a Nova-based format that can target at least HTML and markdown
    as outputs, as well as things like man pages.
  )
  ~UP AND RUNNING~ (
    You'll need a copy of @link myte https://git.casuallyblue.dev/yumaikas/myte/ . Once you have that, 
    you should be able to run @code [myte project.nv] to generate the docs.
  )
  ~TODO: Code~ (
    @list
    - Get doc builds working
    - Get a sort of Nova-data-format parser built to allow for alternative parsing semantics for .nv files. 
      I'd like to be able to use stack labels as headers
      rather than forcing all headers to be inline format commands.
    list@
  )
    
  ~TODO: Topics~ (
    @list
    - Basic Nova mechanics tutorial
    - Myte syntax tutorial 
    - Nova pitfalls and their avoidance
    list@
  )