Skip to content

Commit

Permalink
Updated development info
Browse files Browse the repository at this point in the history
Updated ember.js section to say that we're not using it anymore, added some basic links for backbone.js documentation.
  • Loading branch information
jrasky committed Sep 8, 2012
1 parent ef200d7 commit 305770a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Expand Up @@ -37,9 +37,20 @@ The docs for version 3 of the Maps API live here: https://developers.google.com
**KML** is the XML schema used for through out Google's Map and Earth products for specifying geographic data. **KML** is the XML schema used for through out Google's Map and Earth products for specifying geographic data.
The schema has `excellect documentation <https://developers.google.com/kml/documentation/kmlreference>`_ that you should become familiar with. The schema has `excellect documentation <https://developers.google.com/kml/documentation/kmlreference>`_ that you should become familiar with.


Backbone.js
~~~~~~~~~~~
* `Backbone.js website <backbonejs.org>`_ has good documentation and many examples.

* **Note:** `underscore.js <underscorejs.org>`_ is required for backbone.js to work.

* `The actual backbone.js <http://backbonejs.org/backbone.js>`_ has really good documentation and code examples included with it.


Ember.js Ember.js
~~~~~~~~ ~~~~~~~~


* **Note:** As of latest, development has switched from ember.js to `backbone.js <http://backbonejs.org>`_

* `Ember Homepage <http://emberjs.com/>`_ has getting-started text, guides, and auto-generated d0cs. * `Ember Homepage <http://emberjs.com/>`_ has getting-started text, guides, and auto-generated d0cs.


* Recommended reading order: * Recommended reading order:
Expand Down

0 comments on commit 305770a

Please sign in to comment.