mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-10 10:00:58 +00:00
Merge branch 'getting_started_docs'
This commit is contained in:
commit
fb07b2fb17
3 changed files with 13 additions and 6 deletions
9
docs/getting_started/index.rst
Normal file
9
docs/getting_started/index.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Getting started
|
||||
===============
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
installation
|
||||
creating_your_project
|
||||
|
|
@ -1,8 +1,6 @@
|
|||
.. _getting_started:
|
||||
|
||||
===============
|
||||
Getting started
|
||||
===============
|
||||
============
|
||||
Installation
|
||||
============
|
||||
|
||||
Before you start
|
||||
================
|
||||
|
|
@ -8,7 +8,7 @@ It supports Django 1.6.2+ and 1.7rc3+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4.
|
|||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
getting_started
|
||||
getting_started/index
|
||||
core_components/index
|
||||
contrib_components/index
|
||||
howto/index
|
||||
|
|
|
|||
Loading…
Reference in a new issue