Skip to content

tu-studio/studio-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU Studio Documentation

Repository for generating the online and print version of the documentation for working in the TU Studio.

See the latest release of the documentation here: https://tu-studio.github.io/studio-docs/

For Developers Only

Get the Tools

  • Install mkdocs

  • Install the material theme

  $ pip3 install mkdocs-material
  • Install mkdocs PDF Tools
  $ pip3 install mkdocs-with-pdf

Build and Deploy

Create the documentation on your machine:

  $ mkdocs build

Deploy to github pages - works only with permissions for the repository:

  $ mkdocs gh-deploy

Releases

No releases published

Packages

No packages published