From f31ab2c91d16c50c27b6ee122b5903577e140f4d Mon Sep 17 00:00:00 2001 From: Weilei uses root on qlab-gpu-8-1 Date: Thu, 8 Aug 2024 14:00:05 +0800 Subject: [PATCH] minor edit --- introduction.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/introduction.md b/introduction.md index a5f22e1..9faaabc 100644 --- a/introduction.md +++ b/introduction.md @@ -117,10 +117,13 @@ sudo apt-get update -y sudo apt-get install -y libm4ri-dev ``` + +## Documentation +The document for this package is available at [https://qec-pages.github.io/dist-m4ri/](https://qec-pages.github.io/dist-m4ri/) + This file (`introduction.md`) is used as the main page for the doxygen documentation. -# Documentation Syntax -## Formula syntax +### Formula syntax Inline formula: here \f$ a \f$ is random variable. \f$J \in {-1,1} \f$, and (display mode) \f[ x \in (0,\infty) \f] @@ -130,7 +133,7 @@ $$ y=a \exp(-Jx) $$ $single dollar sign$ is not supported for inline formulas -## Code blocks +### Code blocks A `Python` function can be defined as ``` @@ -138,4 +141,4 @@ def add(a,b): return a+b ``` -## Inline code block `y=\exp(Jx)` is not supported in section titles, how about just use (method = 1) +### Inline code block `y=\exp(Jx)` is not supported in section titles, how about just use (method = 1)