Making it more clear where to find the documentation.

Follow up to #572, fixes #573
This commit is contained in:
Bartek Szopka
2016-07-06 14:08:08 +02:00
committed by GitHub
parent 1f074925b2
commit a308758cce

View File

@@ -14,15 +14,11 @@ impress.js may not help you if you have nothing interesting to say ;)
HOW TO USE IT HOW TO USE IT
--------------- ---------------
[Use the source](http://github.com/impress/impress.js/blob/master/index.html), Luke ;) [Use the source](index.html), Luke ;)
Please note that impress.js was created for developers. Some basic knowledge of html, css and The [HTML source code](index.html) serves as a good example usage and contains comments explaning various features of impress.js. For more information about styling you can look into [CSS code](css/impress-demo.css) which shows how classes provided by impress.js can be used. Last but not least [JavaScript code of impress.js](js/impress.js) has some useful comments if you are interested in how everything works. Feel free to explore!
javascript is a prerequisite to install and use its features.
If you are a designer or novice developer that want to use impress.js,
[there are some projects](https://github.com/impress/impress.js/wiki/Examples-and-demos/5d887507caa5cf534eab6713d9adb3a5e7662459#authoring-tools) that aim to provide an editing tool for impress.js. They might be still in
development, but we hope they will manage to make impress.js more accessible to everyone.
If you want more straightforward reference documentation of all impress.js features and API you can find it in [DOCUMENTATION.md](DOCUMENTATION.md).
EXAMPLES AND OTHER LEARNING RESOURCES EXAMPLES AND OTHER LEARNING RESOURCES