forked from mirror/django-mailbox
Moving 'message storage details' page into appendix
This commit is contained in:
parent
09718a1901
commit
6b29b1bc86
4 changed files with 10 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,6 +4,7 @@ lib/*
|
|||
src/*
|
||||
dist/*
|
||||
share/*
|
||||
docs/_build/*
|
||||
include/*
|
||||
.Python
|
||||
*egg*
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Contents:
|
|||
topics/polling
|
||||
topics/signal
|
||||
topics/settings
|
||||
topics/message-storage
|
||||
topics/appendix
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
|
|||
8
docs/topics/appendix.rst
Normal file
8
docs/topics/appendix.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Appendix
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:glob:
|
||||
|
||||
appendix/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue