Skip to content

Commit 69ff7d7

Browse files
committed
Documentation upgraded with stylesheet and images.
DEVDOCs folder removed. Tutorial's protocol version updated. Link to escalation web site in tutorial index.
1 parent 60baa7c commit 69ff7d7

19 files changed

+1000
-213
lines changed

Scalatron/Readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ in the public domain. Feel free to use, copy, and improve them!
5454

5555
## Version History
5656

57+
### Version 1.0.0.0 -- 2012-05-08
58+
59+
* improved the documentation conversion from markdown to HTML, adding layouts, stylesheets and images
60+
61+
5762
### Version 0.9.9.5 -- 2012-05-06
5863

5964
* version control is now available in the browser UI via "Save..." and "Revert..." buttons. Thanks @daniel_kuffner!

Scalatron/devdoc/markdown/Scalatron Contributor Guide.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

Scalatron/devdoc/markdown/Scalatron APIs.md renamed to Scalatron/doc/markdown/Scalatron APIs.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
SCALATRON - Learn Scala With Friends
2-
http://scalatron.github.com - Twitter: @scalatron - [email protected]
3-
This work is licensed under the Creative Commons Attribution 3.0 Unported License.
1+
---
2+
layout: default
3+
title: Scalatron APIs
4+
subtitle: Developer Documentation
5+
---
46

5-
Developer Documentation - Scalatron APIs
6-
Version 0.9.9 -- updated 2012-05-01
7+
# About Scalatron
8+
9+
Scalatron is an educational resource for groups of programmers that want to learn more about
10+
the Scala programming language or want to hone their Scala programming skills. It is based on
11+
Scalatron BotWar, a competitive multi-player programming game in which coders pit bot programs
12+
(written in Scala) against each other.
13+
14+
The documentation, tutorial and source code are intended as a community resource and are
15+
in the public domain. Feel free to use, copy, and improve them!
716

817

918

0 commit comments

Comments
 (0)