summaryrefslogtreecommitdiff
path: root/doc/docs/java.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-15 08:57:18 +0100
committerGeorg Brandl <georg@python.org>2014-11-15 08:57:18 +0100
commit55100eea85e7f55d07cc4b53ce94954711ef2182 (patch)
treed22bacb5d12dad96c83af81c7f684a55f3012355 /doc/docs/java.rst
parentfc5bf35d2c1b74fb0748687a0b7ffceb482f79c2 (diff)
parentfd39cd931256ba0d3788fc481191d7cab2f4a617 (diff)
downloadpygments-55100eea85e7f55d07cc4b53ce94954711ef2182.tar.gz
Merged in jrnold/pygments-main-stan (pull request #415)
updated Stan lexer to language version 2.5.0
Diffstat (limited to 'doc/docs/java.rst')
-rw-r--r--doc/docs/java.rst14
1 files changed, 7 insertions, 7 deletions
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 <http://www.jython.org>`__ it is possible to use Pygments in
+Thanks to `Jython <http://www.jython.org>`_ 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 <http://www.jython.org/docs/>`__ 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 <http://www.jython.org/docs/>`_ for more
+advanced uses.
Since version 1.5, Pygments is deployed on `Maven Central
-<http://repo1.maven.org/maven2/org/pygments/pygments/>`__ as a JAR so is Jython
-which makes it a lot easier to create the Java project.
+<http://repo1.maven.org/maven2/org/pygments/pygments/>`_ as a JAR, as is Jython
+which makes it a lot easier to create a Java project.
-Here is an example of a `Maven <http://www.maven.org>`__ ``pom.xml`` file for a
+Here is an example of a `Maven <http://www.maven.org>`_ ``pom.xml`` file for a
project running Pygments:
.. sourcecode:: xml