Skip to content

Sydney-Thomas/MassQueryLanguage_Documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MassQL Documentation GitHub Repository

Contributing to the New Documentation

Help us improving GNPS Documentation !

Development Setup for Local Development

  1. Install miniconda3 (https://docs.conda.io/en/latest/miniconda.html)
  2. Create conda environment

conda create -n mkdocs

  1. Install requirements
pip install -r requirements.txt
  1. Serve locally

mkdocs serve

  1. Deploy to github pages

mkdocs gh-deploy

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.3%
  • Shell 30.7%