Browse Source

no symlink

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Sasank Chilamkurthy 5 years ago
parent
commit
e910acffb1
5 changed files with 9 additions and 6 deletions
  1. +2
    -1
      .gitignore
  2. +5
    -1
      docs/conf.py
  3. +0
    -1
      docs/examples
  4. +1
    -1
      docs/index.rst
  5. +1
    -2
      examples/README.rst

+ 2
- 1
.gitignore View File

@@ -10,4 +10,5 @@ tags
.mypy_cache .mypy_cache
/dist /dist
/build /build
docs/_build
docs/_build
docs/examples

+ 5
- 1
docs/conf.py View File

@@ -176,5 +176,9 @@ texinfo_documents = [
'Miscellaneous'), 'Miscellaneous'),
] ]


# -- Sphinx gallery config -------------------------------------------



sphinx_gallery_conf = {
'examples_dirs': ['../examples'],
'gallery_dirs': ['examples'],
}

+ 0
- 1
docs/examples View File

@@ -1 +0,0 @@
../examples/

+ 1
- 1
docs/index.rst View File

@@ -24,7 +24,7 @@ Welcome to Lark's documentation!
how_to_use how_to_use
how_to_develop how_to_develop
recipes recipes
auto_examples/index
examples/index




.. toctree:: .. toctree::


+ 1
- 2
examples/README.rst View File

@@ -1,8 +1,7 @@
Examples for Lark Examples for Lark
================= =================


How to run the examples
^^^^^^^^^^^^^^^^^^^^^^^
**How to run the examples**:


After cloning the repo, open the terminal into the root directory of the After cloning the repo, open the terminal into the root directory of the
project, and run the following: project, and run the following:


Loading…
Cancel
Save