Updating this documentΒΆ

  1. Learn about Sphinx and restructured text.

  2. Get Plone collective commit access

  3. Get documentation source files:

    svn co https://svn.plone.org/svn/collective/collective.developermanual/trunk collective.developermanual
  4. Edit the file which you want to update

  5. Check that Sphinx building does not give warnings:

    sphinx-build source build
  6. Commit changes:

    svn commit -m "My message what I changed"

If you do not want to get commit access you can just email the changed text to mikko.ohtamaa (at) twinapex (dot) com.

Previous topic

Introduction

Next topic

Preface

This Page