Skip to content

Commit 9136254

Browse files
committed
Move documentation
1 parent f685443 commit 9136254

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Syntax Tree is a suite of tools built on top of the internal CRuby parser. It pr
1111

1212
It is built with only standard library dependencies. It additionally ships with a plugin system so that you can build your own syntax trees from other languages and incorporate these tools.
1313

14-
[RDoc Documentation](https://ruby-syntax-tree.github.io/syntax_tree/)
15-
1614
- [Installation](#installation)
1715
- [CLI](#cli)
1816
- [ast](#ast)
@@ -326,7 +324,7 @@ stree write "**/{[!schema]*,*}.rb"
326324

327325
## Library
328326

329-
Syntax Tree can be used as a library to access the syntax tree underlying Ruby source code.
327+
Syntax Tree can be used as a library to access the syntax tree underlying Ruby source code. The API is described below. For the full library documentation, see the [RDoc documentation](https://ruby-syntax-tree.github.io/syntax_tree/).
330328

331329
### SyntaxTree.read(filepath)
332330

0 commit comments

Comments
 (0)