{% extends "!page.html" %} {# To customize for your project, search and replace 'labibi' stuff. You might also want to replace the UA- string for google analytics. #} {# {% set google_analytics_id = 'UA-36028965-1' %} #} {% set disqus_shortname = 'khmer-docs' %} {# note, currently these must be set... #} {% set github_base_account = 'ged-lab' %} {% set github_project = 'khmer' %} {##################################################} {# for plone-derived "edit me" & Google analytics #} {##################################################} {% block footer %} {{ super() }} {# Add plone-derived 'edit me' sticky note #}

Edit this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to {{ title }} on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.

{% endblock %} {#########################} {# for disqus commenting #} {#########################} {% macro comments() %}
comments powered by Disqus {% endmacro %} {% block extrahead %} {% if github_base_account %} {% else %} {% endif %} {% if google_analytics_id %} {% else %} {% endif %} {% endblock %} {%- block body %} {{ super() }} {% if disqus_shortname %} {{ comments() }} {% else %} {% endif %} {%- endblock %}