Skip to content

Commit c60d152

Browse files
committed
update docs
1 parent 69ccfc3 commit c60d152

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
#sys.path.insert(0, os.path.abspath('../src'))
1616
sys.path.insert(0, '../src')
1717
sys.path.insert(0, '../src/mash')
18+
print(sys.version)
19+
import os
20+
print(os.__file__)
21+
import myst_parser
1822

1923

2024
# -- Project information -----------------------------------------------------

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Overview
2424
:maxdepth: 1
2525

2626
README <pages/README.md>
27-
Implementation <pages/shell.md>
27+
Implementation <pages/SHELL.md>
2828
Shell CLI <pages/shell_help.rst>
2929
Example code <modules/mash_examples.md>
3030

docs/source/pages/ast.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ AST
55

66
An `Abstract Syntax Tree <https://en.wikipedia.org/wiki/Abstract_syntax_tree>`_.
77

8+
Grammer
9+
~~~~~~~
10+
11+
.. automodule:: mash.shell.grammer.parser
12+
:noindex:
13+
814
Core classes
915
~~~~~~~~~~~~
1016

0 commit comments

Comments
 (0)