summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2020-02-22 16:09:17 -0600
committerDavid Beazley <dave@dabeaz.com>2020-02-22 16:09:17 -0600
commitb01f16060e09162302bea5e93f662d5f079bca2b (patch)
tree724b3f2cc280f5acc45b6942a1d438132fd9254f
parent1fac9fed647909b92f3779dd34beb8564f6f247b (diff)
downloadply-b01f16060e09162302bea5e93f662d5f079bca2b.tar.gz
Doc links added
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index dca94d8..09713cd 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ virtual environment.
PLY has no third-party dependencies.
The docs/ directory contains complete documentation on how to use
-the system.
+the system. Documentation available at https://ply.readthedocs.io
The example directory contains several different examples including a
PLY specification for ANSI C as given in K&R 2nd Ed.
@@ -109,6 +109,11 @@ about any platform.
Resources
=========
+
+Official Documentation is available at:
+
+* https://ply.readthedocs.io
+
More information about PLY can be obtained on the PLY webpage at:
* http://www.dabeaz.com/ply
@@ -254,6 +259,13 @@ patches to fix problems. At this time, PLY is mature software and new
features are no longer being added. If you think you have found a
bug, please visit the PLY Github page at https://github.com/dabeaz/ply
to report an issue.
+
+Take a Class!
+=============
+
+If you'd like to learn more about compiler principles and have a go at
+implementing a compiler, come take a course.
+https://www.dabeaz.com/compiler.html.
-- Dave