diff --git a/docs/forest.rst b/docs/forest.rst index 0d843355..7f5bc5fa 100644 --- a/docs/forest.rst +++ b/docs/forest.rst @@ -1,5 +1,5 @@ -Working with the SPPF -===================== +Shared packed parse forest (SPPF) +================================= When parsing with Earley, Lark provides the ``ambiguity='forest'`` option to obtain the shared packed parse forest (SPPF) produced by the parser as diff --git a/docs/how_to_develop.md b/docs/how_to_develop.md index cf95fed0..c2c10716 100644 --- a/docs/how_to_develop.md +++ b/docs/how_to_develop.md @@ -1,4 +1,4 @@ -# How to develop Lark - Guide +# Developing Lark There are many ways you can help the project: diff --git a/docs/how_to_use.md b/docs/how_to_use.md index 7ba5acf8..0fae5365 100644 --- a/docs/how_to_use.md +++ b/docs/how_to_use.md @@ -1,4 +1,4 @@ -# How To Use Lark - Guide +# Using Lark ## Work process