Thanks to the hard work of our wunderkind Martin Ashton I am pleased to announce several enhancements to the online Maya 2013 API documentation online.
There are two major new additions to the Maya API documentation:
The learning path is a series of topics written for complete newcomers to the Maya API. They are intended to be read in order and introduce many key concepts of the Maya API using Python as the example language. You will learn how to query the scene graph, create dependency graph nodes, create new commands and much more.
The class taxonomy is our first attempt to try and classify the classes of the API elements according to their conceptual area. This goal is to make it easier for people to find related API elements, and to navigate the API reference documentation as opposed to using the class inheritance hierarchy or the alphabetical class list.
This is a work in progress and would benefit from your feedback!