2
0
Dan Braghis 39ca18263a Add the Wagtail tutorial to docs 9 жил өмнө
..
_static 39ca18263a Add the Wagtail tutorial to docs 9 жил өмнө
advanced_topics f9f6d52670 Moved page editor customisation to customisation section 9 жил өмнө
contributing 23969890cb Merge remote-tracking branch 'takeflight/refactor/remove-libsass' 10 жил өмнө
editor_manual 9df9261f4f Fixed a couple of links in editor manual 9 жил өмнө
getting_started 39ca18263a Add the Wagtail tutorial to docs 9 жил өмнө
reference f9f6d52670 Moved page editor customisation to customisation section 9 жил өмнө
releases be3be40389 Release/changelog notes for #1109 9 жил өмнө
topics eec194f154 Added missing "versionadded" 9 жил өмнө
Makefile 27facef89e Added spellcheker 10 жил өмнө
README.md 3e5eb60bf9 moved pages, images, snippets, form builder, search into reference. Updated requirements, removed conflicting theme css file, updated README 10 жил өмнө
autobuild.sh 71c78a53d6 Roadmap update and auto doc builder 11 жил өмнө
conf.py 09af55dfbb added logo 10 жил өмнө
index.rst 39ca18263a Add the Wagtail tutorial to docs 9 жил өмнө
logo.png 09af55dfbb added logo 10 жил өмнө
requirements.txt bf8c690edc Update django-taggit in docs 10 жил өмнө
spelling_wordlist.txt b078bb755a Spellchecked editing api docs 10 жил өмнө
support.rst fa4d025fd9 Include Twitter account in support contacts. 11 жил өмнө

README.md

Wagtail docs

These are Sphinx docs, automatically built at http://docs.wagtail.io when the master branch is committed to Github. To build them locally, install Wagatail's development requirements (in the root Wagtail directory):

pip install requirements-dev.txt

To build the documentation for browsing, from this directory run:

``make html`` 

then open _build/html/index.html in a browser.

To rebuild automatically while editing the documentation, from this directory run:

``sphinx-autobuild . _build``

The online editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.