On Tue, Mar 27, 2012 at 10:00 PM, H. S. Teoh <hsteoh@quickfur.ath.cx> wrote:
On Wed, Mar 28, 2012 at 02:46:19PM +1300, James Miller wrote:
> In helping someone in D.learn, I ended up looking through the
> documentation and code for std.containers.
>
> There is a lot wrong with whats going on there right now.
[...]

[snip] 

Anyway, it would be great if more people can help with the docs. Just
create an account on github and fork D-Programming-Language/phobos and
D-Programming-Language/d-programming-language.org, run `git clone` on
both repositories in the same directory, create a new branch, and edit
away.  When you're ready to test, run a `make html` in the phobos
directory. This will generate a copy of the docs on your local machine
under ../web/phobos-prerelease/, which you can point your browser at.
When you're happy with your changes, go to github and initiate a pull
request on phobos from your working branch.


 
See also the "Improve this page" button I added that lets you make changes online.  Good for typos and other smaller changes. It won't show up on Phobos' documentation pages until new docs are uploaded but it's available on the rest of the site already.

Regards,
Brad Anderson