Fix AutoDoc line for non existent modules

Change-Id: I5f421352531e43e4b3177d919cb22d906a0a987d
This commit is contained in:
Graham Hayes 2016-01-07 15:35:48 +00:00
parent bea907ca82
commit 2b2ffc59f6
4 changed files with 7 additions and 2 deletions

View File

@ -12,6 +12,7 @@ Backend Base
:undoc-members:
:show-inheritance:
Backend Akamai
==============

View File

@ -76,7 +76,7 @@ Objects TLD
:show-inheritance:
Objects TSigKey
Objects TSigKey
===============
.. automodule:: designate.objects.tsigkey
:members:
@ -142,7 +142,7 @@ Objects SOA Record
Objects SPF Record
==================
.. automodule:: designate.objects.rrdata_spf
.. automodule:: designate.objects.rrdata_spf
:members:
:undoc-members:
:show-inheritance:

View File

@ -23,6 +23,7 @@ A record set groups together a list of related records. It is the essential cont
The following illustrates a record set in the BIND file format:
.. sourcecode:: none
example.org. 86400 MX 10 mail1.example.org.
20 mail2.example.org.
30 mail3.example.org.

View File

@ -144,6 +144,8 @@ Get Tsigkeys
:statuscode 200: Success
:statuscode 401: Access Denied
Get Tsigkey
===========
@ -182,6 +184,7 @@ Get Tsigkey
}
Update Tsigkey
==============