Skip to content

Commit

Permalink
Some documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatWolf committed Oct 12, 2018
1 parent 35dd61e commit b5d1102
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ Netbeans

Open the project as a Gradle project. Nothing more should be required.

Maven
~~~~~

.. code::
<dependency>
<groupId>ch.icosys</groupId>
<artifactId>popjava</artifactId>
<version>2.0.0</version>
</dependency>
LICENCE
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Coding conventions

When writing new code for POP-Java you should always:

* Indent with a hard-tab ``\t``, ASCII ``0x09``
* Indent with 4 spaces
* Always surround blocks with ``{ }``
* ...
* ...
Expand Down

0 comments on commit b5d1102

Please sign in to comment.