Updated Developer Guidelines (markdown)

marcelklehr 2012-09-12 08:45:07 -07:00
parent 04fab17ef6
commit 9deaeded74

@ -50,4 +50,4 @@ The docs are in the `doc/` folder in the git repository, so people can easily fi
Documentation should be kept up-to-date. This means, whenever you add a new API method, add a new hook or change the database model, pack the relevant changes to the docs in the same pull request.
There are recipes available in the makefile, which allow you to build the docs (e.g. produce html). At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet.
You can build the docs e.g. produce html, using `make docs`. At some point in the future we will provide an online documentation. The current documentation in the github wiki should always reflect the state of `master` (!), since there are no docs in master, yet.