Skip to content

jcandy/speakertools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speakertools

About the project

Speakertools is a tool section for Speakerbench, not only targeting users, but equally as much the programmers. One such tool is the documentation, which helps us (the programmers) to remember what we made, how, and why.

Instructions

To edit webpages:

  • edit files in the src directory.

To build webpages:

$ make (this will generate html files)

To publish webpages:

$ make sync (to copy html files to doc directory)
$ make clean (to remove temporary files
$ cd .. (change to doc directory)
$ git add . ; git commit -m (add/commit changes)
$ git push

NOTES: Currently,

  • updating of _static inhibited
  • timestamping of files shut off in conf.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published