children1987 / wagtail

A Django content management system focused on flexibility and user experience

Home Page:https://wagtail.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Wagtail's development requirements (in the root Wagtail directory):

pip install -e .[testing,docs]

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.

About

A Django content management system focused on flexibility and user experience

https://wagtail.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 81.1%Language:HTML 8.4%Language:JavaScript 5.9%Language:CSS 4.3%Language:Shell 0.2%Language:Makefile 0.0%Language:Dockerfile 0.0%