Docs: quiet warnings in reference doc syntax
This commit is contained in:
		| @@ -115,7 +115,9 @@ base class --- :class:`KX_GameObject` | |||||||
|          0.0 0.5 0.0 0.5 |          0.0 0.5 0.0 0.5 | ||||||
|          0.0 0.0 0.5 0.5 |          0.0 0.0 0.5 0.5 | ||||||
|          0.0 0.0 0.0 1.0 |          0.0 0.0 0.0 1.0 | ||||||
|       Note: |  | ||||||
|  |       .. note: | ||||||
|  |  | ||||||
|          There is one matrix of that type per lamp casting shadow in the scene. |          There is one matrix of that type per lamp casting shadow in the scene. | ||||||
|  |  | ||||||
|       :type: Matrix4x4 (read only) |       :type: Matrix4x4 (read only) | ||||||
|   | |||||||
| @@ -417,7 +417,7 @@ PyDoc_STRVAR(M_Geometry_intersect_line_line_2d_doc, | |||||||
| "\n" | "\n" | ||||||
| "   Takes 2 segments (defined by 4 vectors) and returns a vector for their point of intersection or None.\n" | "   Takes 2 segments (defined by 4 vectors) and returns a vector for their point of intersection or None.\n" | ||||||
| "\n" | "\n" | ||||||
| "   .. warning:: Despite its name, this function works on segments, and not on lines..." | "   .. warning:: Despite its name, this function works on segments, and not on lines.\n" | ||||||
| "\n" | "\n" | ||||||
| "   :arg lineA_p1: First point of the first line\n" | "   :arg lineA_p1: First point of the first line\n" | ||||||
| "   :type lineA_p1: :class:`mathutils.Vector`\n" | "   :type lineA_p1: :class:`mathutils.Vector`\n" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user