Discussion:
[Python-3000-checkins] r66494 - in python/branches/py3k/Doc: c-api/buffer.rst glossary.rst
benjamin.peterson
2008-09-17 22:59:22 UTC
Permalink
Author: benjamin.peterson
Date: Thu Sep 18 00:59:21 2008
New Revision: 66494

Log:
shut up a few sphinx warnings

Modified:
python/branches/py3k/Doc/c-api/buffer.rst
python/branches/py3k/Doc/glossary.rst

Modified: python/branches/py3k/Doc/c-api/buffer.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/buffer.rst (original)
+++ python/branches/py3k/Doc/c-api/buffer.rst Thu Sep 18 00:59:21 2008
@@ -50,6 +50,7 @@
A pointer to the start of the memory for the object.

.. cmember:: Py_ssize_t len
+ :noindex:

The total length of the memory in bytes.

@@ -58,6 +59,7 @@
An indicator of whether the buffer is read only.

.. cmember:: const char *format
+ :noindex:

A *NULL* terminated string in :mod:`struct` module style syntax giving the
contents of the elements available through the buffer. If this is *NULL*,

Modified: python/branches/py3k/Doc/glossary.rst
==============================================================================
--- python/branches/py3k/Doc/glossary.rst (original)
+++ python/branches/py3k/Doc/glossary.rst Thu Sep 18 00:59:21 2008
@@ -430,8 +430,6 @@
versatile features like :attr:`__slots__`, descriptors, properties,
:meth:`__getattribute__`, class methods, and static methods.

- More information can be found in :ref:`newstyle`.
-
object
Any data with state (attributes or value) and defined behavior
(methods). Also the ultimate base class of any :term:`new-style

Loading...