From d92befa4604a46a99eac39b276ad14d161282de9 Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Fri, 14 Nov 2014 09:51:30 -0500 Subject: spelling/grammar/syntax fixes for docs --- doc/docs/java.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/docs/java.rst') diff --git a/doc/docs/java.rst b/doc/docs/java.rst index 5eb6196a..f553463c 100644 --- a/doc/docs/java.rst +++ b/doc/docs/java.rst @@ -2,18 +2,18 @@ Use Pygments in Java ===================== -Thanks to `Jython `__ it is possible to use Pygments in +Thanks to `Jython `_ it is possible to use Pygments in Java. -This page is a simple tutorial to get an idea of how this is working. You can -then look at the `Jython documentation `__ for more -advanced use. +This page is a simple tutorial to get an idea of how this works. You can +then look at the `Jython documentation `_ for more +advanced uses. Since version 1.5, Pygments is deployed on `Maven Central -`__ as a JAR so is Jython -which makes it a lot easier to create the Java project. +`_ as a JAR, as is Jython +which makes it a lot easier to create a Java project. -Here is an example of a `Maven `__ ``pom.xml`` file for a +Here is an example of a `Maven `_ ``pom.xml`` file for a project running Pygments: .. sourcecode:: xml -- cgit v1.2.1