Features/Sugar3 Docs: Difference between revisions

No edit summary
Example Docstring: Example doc string should have correct format
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 (:class:`sugar3.graphics.alert.Alert`): remember to link
         d (sugar3.graphics.alert.Alert): remember to link
             classes using the correct syntax
             classes using the correct syntax


Line 74: Line 74:
         Args:
         Args:
             happy (bool): a description for happy
             happy (bool): a description for happy
             lol (bool, optional): a optional argument, explain what
 
        Keyword Arguments:
             lol (bool): a optional argument, explain what
                 it defaults to
                 it defaults to