UH LADCP Documentation

Navigation

Previous topic

How to distribute data on the web

Next topic

Partition+Format a new disk

This Page

How to update the documentationΒΆ

  • make the changes in programs_stage/ladcp_srcdoc

  • build the doc and check the changes are ok

    • makedoc.py clean
    • makedoc.py build
    • makedoc.py install
  • use Mercurial to manage files:

    • hg add new_file
    • hg remove new_file
  • use Mercurial to commit changes:

    • hg commit -u username -m 'message about changes goes here'
  • use Mercurial to push or pull, and update with noio/programs_stage/ladcp_srcdoc

  • when ready for public update, update programs/ladcp_srcdoc and build+install again (updates the public link of the documentation)