Has anyone come across a tutorial to create documentation for functions you create in Mathematica? I'm trying to organize some functions that I have written but so far I'm doing a terrible job. I would really like to have a file explicitly for the functions and one for the documentation and somehow add a path to the Mathematica documentation so that Mathematica can also search for it.
Take the documentation for the Sin function for instance:

When you click on the arrows it opens a notebook with information on the Sin function. I tried copying the contents of that notebook and pasting in a fresh notebook so that I can edit it but I can't modify the contents.
I really like Mathematica's format for the documentation and I would like to document my functions in the same way for future reference. Does any one know how to document functions the same way Mathematica does?
Workbench. There is a nice screencast tutorial (by Adam Berry) available here. Other Workbench screencast tutorials are available here – TomD Jun 29 '11 at 8:20Workbenchafter reading all the answers but I really don't feel like filling out another form with Wolfram just to download it. – jmlopez Jun 29 '11 at 16:50"Here is embedded hyperlink: "<>ToString[Hyperlink["Wolfram Research, Inc.", "http://www.wolfram.com"],StandardForm]. – Alexey Popkov Jun 30 '11 at 7:34FrontEndExecute[FrontEndToken["EditStyleDefinitions"]]. Same as going toFormat->EditStyleSheet. Then enter the name of the Style you want to edit. For instance, you can modify the default behaviour orUsageandObjectName. When you enter those names a cell will appear there then go toFormat->ObjectOptionsand make them editable. Now when you copy and paste things from the documentation you'll be able to edit them. – jmlopez Jul 1 '11 at 18:04