-
Notifications
You must be signed in to change notification settings - Fork 796
GuidelinesForContributors
- summary Best practices to follow when contributing code to PMTK3
* Please contribute demos and/or new functionality.
* Follow the general Matlab programming style guidelines [http://www.cs.ubc.ca/~murphyk/Software/matlabTutorial/html/style.html here].
* Follow the guidelines on writing demos [http://code.google.com/p/pmtk3/wiki/writingDemos here]. Then, when publishDemos() is called, it will make nice web pages, such as those listed [http://code.google.com/p/pmtk3/wiki/Demos here],
* Use PMTKauthor, PMTKurl, PMTKdate tags so that your code is automatically detected by [http://pmtk3.googlecode.com/svn/trunk/toolbox/metatools/docTools/generateAuthorReport.m generateAuthorReport], which auto-generates [http://code.google.com/p/pmtk3/wiki/contributingAuthors this page]
* Use the tags listed [http://pmtk3.googlecode.com/svn/trunk/toolbox/metatools/docTools/htmlTagString.m here] to tag any properties of your functions or demos. This will be used to annotate them when we auto-generate synposes such as [http://pmtk3.googlecode.com/svn/trunk/docs/synopsis/Graphical_models.html this] using [http://pmtk3.googlecode.com/svn/trunk/toolbox/metatools/docTools/generateSynopsisTable.m generateSynopsisTable].
* Use the debugDemos.m command, which creates a list [http://pmtk3.googlecode.com/svn/trunk/docs/debugReport.html like this], to make sure your demos keep working.
* See [http://code.google.com/p/pmtkdata/wiki/GuidelinesForContributors this page] for details on adding data sets.
* See [svnMimeTypes this page] for an important note regarding svn mime types.