Skip to content
Snippets Groups Projects
Commit 1b690b68 authored by Goik Martin's avatar Goik Martin
Browse files

Readme and MathJax / highlight updates

parent 8c96d661
No related branches found
No related tags found
No related merge requests found
Showing
with 276 additions and 36 deletions
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
# Generate and open exercise questions for browsing
Grab a terminal in this IDE (Alt+F12) and issue the following command:
```
Exam> mvn javadoc:javadoc
```
Issue a second command asking for your project's working directory:
```
Exam> pwd
```
- You'll see a path like `/home/student/Downloads/Exam` in reply. Copy and open it in your web browser of choice
(Chrome or firefox).
- From there navigate to `target/site/apidocs` and open the documentation's root file `index.html`.
# Implementation tasks
......@@ -19,7 +19,7 @@
<freedocs.url>https://freedocs.mi.hdm-stuttgart.de</freedocs.url>
<jdk.api_17.url>${freedocs.url}/doc/openjdk-17-doc/api/</jdk.api_17.url>
<mathjax.url>${freedocs.url}/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML</mathjax.url>
<mathjax.url>${freedocs.url}/lib/MathJax/es5/tex-chtml.js</mathjax.url>
<libhighlight.url>${freedocs.url}/lib/highlight.js</libhighlight.url>
</properties>
......@@ -80,9 +80,10 @@
<header><![CDATA[
<script type="text/javascript" src="${mathjax.url}"></script>
<script type="text/javascript" src="{@docRoot}/resources/jdocSupplement.js"></script>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.css">
<script src="${libhighlight.url}/highlight.js"></script>
<script type="text/javascript">hljs.initHighlightingOnLoad();</script>]]>
<link rel="stylesheet" href="${libhighlight.url}/styles/idea.min.css">
<script src="${libhighlight.url}/highlight.min.js"></script>
<script type="text/javascript">hljs.highlightAll();</script>]]>
</header>
</configuration>
</plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment