GitXplorerGitXplorer
m

MassQueryLanguage_Documentation

public
8 stars
3 forks
2 issues

Commits

List of commits on branch main.
Verified
aba7c6af5f8f740de6694be0640583361d07850c

Update index.md

mmwang87 committed 3 months ago
Unverified
c4d0854bf8209d851093b71d474de4fa3a5e0280

bug fix

mmwang87 committed 6 months ago
Unverified
a400194ee06943b6596625a51e8eecdc9ee07983

updating use cases

mmwang87 committed 7 months ago
Unverified
3227dba7fd298f0af98d128ca62ac16e3879ecae

updating cardinality

mmwang87 committed 3 years ago
Unverified
bd7cd9a14b489b7f73c6ff39376daebc5b355f6b

removing mermaid

mmwang87 committed 3 years ago
Unverified
509bb521aa7cb9bcf327b7881c955339e76d9d99

Merge branch 'main' of github.com:mwang87/MassQueryLanguage_Documentation into main

mmwang87 committed 3 years ago

README

The README file for this repository.

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