Features/Sugar3 Docs: Difference between revisions
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 20: | Line 20: | ||
=== Example Docstring === | === Example Docstring === | ||
Let's just use google style doc strings, they are very clean and | Let's just use google style doc strings, they are very clean and similar to the current style. [http://sphinx-doc.org/ext/example_google.html#example-google Longer example.] | ||
<nowiki> | <nowiki> | ||
| Line 56: | Line 56: | ||
that you can invoke using the **kwargs | that you can invoke using the **kwargs | ||
c (int): desctiption of c | c (int): desctiption of c | ||
d (sugar3.graphics.alert.Alert): remember to link | d (:class:`sugar3.graphics.alert.Alert`): remember to link | ||
classes using the correct syntax | classes using the correct syntax | ||