How to contribute to the Fluiddyn Howto book?

How to contribute to the Fluiddyn Howto book?#

  1. Clone this repo locally.

  2. Install PDM for example as explained in the documentation.

  3. Build the doc locally with make build.

  4. Modify the source files in the directory book. Check that it still compiles locally (make build).

  5. Get developer rights on the repository (create a short issue)

  6. Commit, push and create a merge request.

    hg pull
    hg up default
    hg topic topic-name-explaining-what-you-changed
    hg commit -m "A message explaining the changes"
    hg push