Skip to content

Typo on Sphinx documentation

Tango-Controls Bot requested to merge github/fork/vallsv/develop into develop

Created by: vallsv

Here is few changes on your device_server.py module in order to make it compliant with Sphinx.

Without it, the formatting is not fine, and there is warning on parsing.

I was not expecting to do so much changes, but basically this tries to:

Here is screenshots before and after this patch.

Notice the detection of the param/return/raise field, and the right handling of the attr_list argument description attribute vector ... of

Before

Capture d’écran de 2020-12-20 23-16-41

After

Capture d’écran de 2020-12-20 23-18-33

Merge request reports