Skip to content

MatrixRequirements/matrix-sdk-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Requirements SDK user documentation

One time setup

To build, you need a recent version of python and pip. One time only in this directory, set up a python version environment:

python -m venv venv

The .gitignore file for this project is already set up to ignore the ./venv directory just created.

All installations will be made in this virtual environment. Activate the environment with:

source ./venv/bin/activate

Then run:

pip install mkdocs-material
pip install mkdocs-graphviz
mkdocs serve

Mkdocs will run a server you can visit in a web browser.

Environment

On subsequent sessions, run source ./venv/bin/activate to activate the virtual python environment. Then mkdocs serve to get a preview of the site.

About

Matrix Requirements SDK user documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published