mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
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/*
|
src/*
|
||||||
dist/*
|
dist/*
|
||||||
share/*
|
share/*
|
||||||
|
docs/_build/*
|
||||||
include/*
|
include/*
|
||||||
.Python
|
.Python
|
||||||
*egg*
|
*egg*
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Contents:
|
||||||
topics/polling
|
topics/polling
|
||||||
topics/signal
|
topics/signal
|
||||||
topics/settings
|
topics/settings
|
||||||
topics/message-storage
|
topics/appendix
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
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