Skip to content

sappelhoff/usb-to-ttl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Me Anything! DOI Behavior Reseach Methods

USB-to-TTL

This repository contains the source code for the usb-to-ttl documentation page. Please see the documentation.

Or ask a question on the issues page.

Published with the help of:

License

licensebuttonsby

Unless otherwise noted, all contents of this repository that were created by Stefan Appelhoff and Tristan Stenner are released under the CC BY 4.0 license.

Build instructions

To build the documentation page yourself, you need to have Python version 3.4 or higher installed, which includes the pip tool.

  1. Navigate to the root of the usb-to-ttl directory.
  2. From the command line, call pip install -r requirements to install dependencies.
  3. Now navigate to the docs directory and call make html to build the html files.
  4. Finally, go to docs/_build and open index.html to view the documentation

Build status

Is it green?

Build and Deploy