This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
Browse Source
no symlink
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Sasank Chilamkurthy
4 years ago
parent
cb8a549896
commit
e910acffb1
5 changed files
with
9 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.gitignore
+5
-1
docs/conf.py
+0
-1
docs/examples
+1
-1
docs/index.rst
+1
-2
examples/README.rst
+ 2
- 1
.gitignore
View File
@@ -10,4 +10,5 @@ tags
.mypy_cache
/dist
/build
docs/_build
docs/_build
docs/examples
+ 5
- 1
docs/conf.py
View File
@@ -176,5 +176,9 @@ texinfo_documents = [
'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_develop
recipes
auto_
examples/index
examples/index
.. toctree::
+ 1
- 2
examples/README.rst
View File
@@ -1,8 +1,7 @@
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
project, and run the following:
Write
Preview
Loading…
Cancel
Save