@@ -119,7 +119,7 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'classic'
+html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -63,8 +63,9 @@ Functions
Examples:
- To login as user user1, with the specified password:
- >>> login("user1", "my_password")
+ * To login as user user1, with the specified password:
+
+ >>> login("user1", "my_password")
.. function:: model_add(model_name, metamodel_name, model_code=None)