[CalendarServer-changes] [12089] twext/trunk/twext

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:23:43 PDT 2014


Revision: 12089
          http://trac.calendarserver.org//changeset/12089
Author:   wsanchez at apple.com
Date:     2013-12-13 16:05:40 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
docstrings

Modified Paths:
--------------
    twext/trunk/twext/application/__init__.py
    twext/trunk/twext/enterprise/__init__.py
    twext/trunk/twext/enterprise/dal/test/__init__.py
    twext/trunk/twext/internet/__init__.py
    twext/trunk/twext/internet/test/__init__.py
    twext/trunk/twext/protocols/__init__.py
    twext/trunk/twext/protocols/test/__init__.py
    twext/trunk/twext/python/__init__.py
    twext/trunk/twext/python/test/__init__.py
    twext/trunk/twext/who/__init__.py
    twext/trunk/twext/who/test/__init__.py

Modified: twext/trunk/twext/application/__init__.py
===================================================================
--- twext/trunk/twext/application/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/application/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Extensions to twisted.application.
+Extensions to L{twisted.application}.
 """

Modified: twext/trunk/twext/enterprise/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/enterprise/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,6 +15,6 @@
 ##
 
 """
-Extensions in the spirit of Twisted's "enterprise" package; things related to
-database connectivity and management.
+Extensions to L{twisted.enterprise};
+things related to database connectivity and management.
 """

Modified: twext/trunk/twext/enterprise/dal/test/__init__.py
===================================================================
--- twext/trunk/twext/enterprise/dal/test/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/enterprise/dal/test/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Tests for twext.enterprise.dal.
+Tests for L{twext.enterprise.dal}.
 """

Modified: twext/trunk/twext/internet/__init__.py
===================================================================
--- twext/trunk/twext/internet/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/internet/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Extensions to twisted.internet.
+Extensions to L{twisted.internet}.
 """

Modified: twext/trunk/twext/internet/test/__init__.py
===================================================================
--- twext/trunk/twext/internet/test/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/internet/test/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -13,3 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
+
+"""
+Tests for L{twext.internet}.
+"""

Modified: twext/trunk/twext/protocols/__init__.py
===================================================================
--- twext/trunk/twext/protocols/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/protocols/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Extentions to twisted.protocols
+Extentions to L{twisted.protocols}.
 """

Modified: twext/trunk/twext/protocols/test/__init__.py
===================================================================
--- twext/trunk/twext/protocols/test/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/protocols/test/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Extentions to twisted.protocols
+Tests for L{twext.protocols}.
 """

Modified: twext/trunk/twext/python/__init__.py
===================================================================
--- twext/trunk/twext/python/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/python/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Extensions to twisted.python.
+Extensions to L{twisted.python}.
 """

Modified: twext/trunk/twext/python/test/__init__.py
===================================================================
--- twext/trunk/twext/python/test/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/python/test/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Test extensions to twisted.python.
+Tests for L{twext.python}.
 """

Modified: twext/trunk/twext/who/__init__.py
===================================================================
--- twext/trunk/twext/who/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/who/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -16,5 +16,5 @@
 ##
 
 """
-Directory service integration
+Directory service integration.
 """

Modified: twext/trunk/twext/who/test/__init__.py
===================================================================
--- twext/trunk/twext/who/test/__init__.py	2013-12-13 23:59:41 UTC (rev 12088)
+++ twext/trunk/twext/who/test/__init__.py	2013-12-14 00:05:40 UTC (rev 12089)
@@ -15,5 +15,5 @@
 ##
 
 """
-Directory service integration tests
+Tests for L{twext.who}.
 """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/b6e1b804/attachment.html>


More information about the calendarserver-changes mailing list