foobar

Author:pyfidelity UG
Version:0.0

Bootstrapping

Start here to join the team and get a local development intance up and running.

Developing the frontend

Continue here, if you develop the frontend application

Reference

Keep these under your pillow :)

Documentation

(This) documentation is maintained with sphinx. When writing documentation, please see the sections reStructuredText Primer and especially Inline markup of the sphinx documentation for hints about how to format sections etc.

See PEP 257 for docstring conventions.

The majority of the documentation should be in the code! The .rst files should be only used for meta topics – such as this, regarding documentation ;-) – or deployment etc.

Doc strings should start with a short sentence describing the purpose and/or reason of the method, followed by the same for each parameter (see sphinx autoclass documentation and the sphinx Python domain on how to format those.)

Building the documentation

Before merging work you need to make sure the documentation you added doesn’t break anything. Do this by generating it locally by running:

$ make docs

Make sure that doesn’t result in erros or warnings and then run:

$ open docs/htdocs/index.html

to open it in your browser to see what it looks like.