Commit: 76d1486f572a0ea3790685eee8852d2f114e9f46 Author: Campbell Barton Date: Mon Feb 2 03:36:40 2015 +1100 Branches: temp-mathutils-doc https://developer.blender.org/rB76d1486f572a0ea3790685eee8852d2f114e9f46
make class list into bulletpoints =================================================================== M source/blender/python/mathutils/mathutils.c =================================================================== diff --git a/source/blender/python/mathutils/mathutils.c b/source/blender/python/mathutils/mathutils.c index 6b8fa05..ca20f83 100644 --- a/source/blender/python/mathutils/mathutils.c +++ b/source/blender/python/mathutils/mathutils.c @@ -38,12 +38,17 @@ #endif PyDoc_STRVAR(M_Mathutils_doc, -"This module provides access to the math classes :class:`Color`,\n" -":class:`Euler`, :class:`Matrix`, :class:`Quaternion` and :class:`Vector`.\n" +"This module provides access to the math classes:\n" +"\n" +"- :class:`Color`,\n" +"- :class:`Euler`,\n" +"- :class:`Matrix`,\n" +"- :class:`Quaternion`,\n" +"- :class:`Vector`,\n" "\n" ".. note::\n" "\n" -" Classes, methods and attributes that accept Vector types also accept other numeric sequences,\n" +" Classes, methods and attributes that accept vectors also accept other numeric sequences,\n" " such as tuples, lists." ); static int mathutils_array_parse_fast(float *array, _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
