0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

4268 Commits

Author SHA1 Message Date
Karl Hobley
0badd7f650 Moved 'for django developers' to new 'Pages' section 2014-07-22 13:41:18 +01:00
Karl Hobley
20fe6f4e39 Moved docs/images to docs/_static/images 2014-07-22 13:37:47 +01:00
Matt Westcott
6a01b640f8 add changelog/release notes for page_published signal 2014-07-22 11:09:02 +01:00
Matt Westcott
00046639c7 Added routable page to release notes and changelog 2014-07-21 16:03:28 +01:00
Matt Westcott
f273331d38 Copyediting of routable_page docs, and longer explanation of what you would use it for 2014-07-21 15:52:19 +01:00
Matt Westcott
94f0f9bc61 Merge branch 'superpage' of https://github.com/kaedroho/wagtail into kaedroho-superpage 2014-07-21 13:27:06 +01:00
Karl Hobley
133e0c8547 Fixed typo 2014-07-18 16:58:38 +01:00
Karl Hobley
5b99f38927 Added changelog and release notes for #429 2014-07-18 15:14:36 +01:00
Matt Westcott
9215572b96 rewrite documentation on binding pages to snippets (the linking model should be an inline child of the page, not a snippet itself) 2014-07-17 16:32:17 +01:00
Matt Westcott
b700d6503c add html5lib item to changelog + release notes 2014-07-17 13:26:07 +01:00
Karl Hobley
f224e1ca2d Updated docs to use the new wagtail-project command 2014-07-15 15:31:41 +01:00
Karl Hobley
227765359b Lots of small tweaks to docs 2014-07-15 14:16:46 +01:00
Karl Hobley
0b8fab6f42 Retitled routable_page doc, added to index 2014-07-15 13:48:05 +01:00
Karl Hobley
7f66d1a46d Improvements to subpage_urls docs 2014-07-15 13:45:42 +01:00
Karl Hobley
b0302d5e2d Fixes to documentation of Page attributes 2014-07-15 13:39:11 +01:00
Karl Hobley
6603c63b95 Use SQLite3 database backend when building docs
This prevents Django from loading psycopg2 when running autodocs on models files
2014-07-15 13:05:24 +01:00
Karl Hobley
d1d8b7811a Added requirements file for docs 2014-07-15 12:39:42 +01:00
Karl Hobley
f8a24ae255 Tweaks to multilingual tutorial 2014-07-15 10:49:12 +01:00
Karl Hobley
a4c847c35d Typo fixes 2014-07-15 10:43:40 +01:00
Karl Hobley
dccb47178b Added tutorial for creating multilingual sites 2014-07-15 10:38:50 +01:00
Matt Westcott
f91cc8d7d5 update docs to use decorator syntax for hooks 2014-07-14 18:25:14 +01:00
Karl Hobley
a855749f5e Started RoutablePage docs 2014-07-14 15:09:22 +01:00
Matt Westcott
68c5e1dff8 Merge branch 'stable/0.4.x'
Conflicts:
	docs/releases/index.rst
2014-07-14 13:14:53 +01:00
Matt Westcott
0d5f0172eb add release notes / changelog entry for 0.4.1 2014-07-14 13:12:04 +01:00
Karl Hobley
cc446f0e97 FORCE_NEW is not used in Elasticsearch-py 2014-07-14 12:27:33 +01:00
Tom Dyson
494a26b731 consistent editors / editor's / Editor's 2014-07-14 11:31:27 +01:00
Matt Westcott
51c6f251e2 Made contents a bit smaller 2014-07-14 11:30:54 +01:00
Dave Cranwell
be0080a8af Update private_pages.rst 2014-07-14 11:30:00 +01:00
Tom Dyson
6f1a78bedf python -> Python 2014-07-14 11:29:20 +01:00
Dave Cranwell
812daf0662 Added contents 2014-07-14 11:27:04 +01:00
Tom Dyson
6b3693f355 Typos in 0.4 release notes 2014-07-14 11:26:39 +01:00
Karl Hobley
5f83b4a423 Improvements to PageQuerySet docs 2014-07-11 14:25:14 +01:00
Karl Hobley
1be09f2e1a Improvements to Page documentation 2014-07-11 12:50:35 +01:00
Karl Hobley
c05211d684 Improvements to PageQuerySet docs 2014-07-11 12:39:56 +01:00
Karl Hobley
4bfd0e5a20 Merge branch 'master' into autodoc
Conflicts:
	runtests.py
2014-07-11 12:23:25 +01:00
Tom Dyson
00bc387ab2 consistent editors / editor's / Editor's 2014-07-10 17:28:07 +01:00
Karl Hobley
ab8bb0e5c6 Removed redundant 'in development' notice 2014-07-10 17:27:38 +01:00
Karl Hobley
f60dd67d86 Put 0.5 above 0.4 in menu 2014-07-10 17:26:01 +01:00
Karl Hobley
32be550ece Added 0.5 release notes to menu 2014-07-10 17:24:42 +01:00
Karl Hobley
ce679fced3 Made contents a bit smaller 2014-07-10 17:23:01 +01:00
Dave Cranwell
1d802e35c4 Update private_pages.rst 2014-07-10 17:22:07 +01:00
Tom Dyson
d1285af5c5 python -> Python 2014-07-10 17:20:48 +01:00
Dave Cranwell
a7576faebd Added contents 2014-07-10 17:11:23 +01:00
Dave Cranwell
46d8f61659 Added contents 2014-07-10 17:11:03 +01:00
Karl Hobley
6c6cd98e1f Added 0.5 release notes 2014-07-10 17:08:54 +01:00
Tom Dyson
883d6534e9 Typos in 0.4 release notes 2014-07-10 16:44:08 +01:00
Matt Westcott
ea7db7ba97 add note about fixing old migrations that break on the expired column 2014-07-10 16:28:51 +01:00
Matt Westcott
a9b247b781 more explicit instructions for migrating away from deprecated things 2014-07-10 15:47:14 +01:00
Matt Westcott
de4381aaac Merge branch 'stable/0.4.x' 2014-07-10 13:40:42 +01:00
Matt Westcott
f939af74dc Fix more doc syntax errors 2014-07-10 13:33:20 +01:00
Matt Westcott
4f8cfa6346 version / date bump to 0.4 in changelog, setup.py and docs 2014-07-10 12:57:56 +01:00
Dave Cranwell
5faa0652a2 Update frontenddevelopers.rst 2014-07-10 11:51:06 +01:00
Dave Cranwell
f73c5416ba Update frontenddevelopers.rst 2014-07-10 11:49:41 +01:00
Dave Cranwell
0987946786 Update frontenddevelopers.rst 2014-07-10 11:48:57 +01:00
Dave Cranwell
bd1c72c0aa References to image.src corrected - it's image.url 2014-07-10 11:47:40 +01:00
Karl Hobley
b067fad1f9 Renamed 'Wagtailsearch backends' to 'Backends' 2014-07-09 17:47:33 +01:00
Karl Hobley
1cc3456f58 Removed 'wagtailsearch' from titles of a couple of documents 2014-07-09 17:46:34 +01:00
Karl Hobley
8e07528274 Renamed 'wagtailsearch' section of the docs to 'search' 2014-07-09 17:44:26 +01:00
Karl Hobley
5eaa605314 Fixed search example in docs 2014-07-09 17:33:58 +01:00
Karl Hobley
3a8bc7f3ed Use tuples in search_fields configuration
Not a requirement, just a best practise
2014-07-09 16:09:07 +01:00
Karl Hobley
072f5c04e0 Docs fixes 2014-07-09 16:07:53 +01:00
Karl Hobley
dbab06a88c Fixed typo 2014-07-09 15:47:00 +01:00
Karl Hobley
33e9477032 Doc tweak 2014-07-09 15:46:36 +01:00
Karl Hobley
fa97565b2a Fix spelling mistake 2014-07-09 15:45:41 +01:00
Karl Hobley
4748684390 Added basic useage docs for python developers 2014-07-09 15:44:27 +01:00
Karl Hobley
cb556c9ede Splitup search configuration docs 2014-07-09 15:42:44 +01:00
Karl Hobley
70261780f6 Added search fields configuration docs 2014-07-09 15:29:32 +01:00
Karl Hobley
599eebf022 Splitup wagtailsearch docs 2014-07-09 14:30:39 +01:00
Karl Hobley
8aaff51b05 Minor tweak to 0.4 release notes 2014-07-09 09:52:40 +01:00
Karl Hobley
1d9f792415 Added search changes to changelog and 0.4 release notes 2014-07-09 09:50:58 +01:00
Karl Hobley
eb96ac97cd Merge pull request #437 from kaedroho/release-notes
[WIP] Release notes for 0.4
2014-07-08 14:56:16 +01:00
Karl Hobley
ff72d70d37 Fixed typo 2014-07-08 14:55:12 +01:00
Karl Hobley
608b8ccc4f Added 'Miscellaneous' section to deprecated features 2014-07-08 14:54:26 +01:00
Karl Hobley
67fbf86bd1 Added links to docs from 0.4 release notes 2014-07-08 14:43:49 +01:00
Tom Dyson
491a10f6a0 eeking -> eking
See http://www.oxforddictionaries.com/definition/english/eke
2014-07-08 14:18:24 +01:00
Karl Hobley
89e4d26978 More updates to 0.4 release notes 2014-07-08 14:17:10 +01:00
Karl Hobley
1274a81e8d Updates to release notes 2014-07-08 13:55:19 +01:00
Karl Hobley
a67fdf2423 Early draft of 0.4 release notes 2014-07-08 13:26:08 +01:00
Neal Todd
49b72d2481 Text amendments. 2014-07-08 13:21:44 +01:00
Neal Todd
3a9cb569d8 Python 2/3 code contribution docs. 2014-07-08 13:16:55 +01:00
Chris Rogers
7286692c39 Update conf.py 2014-07-08 12:31:13 +01:00
Chris Rogers
17b564de40 Update conf.py 2014-07-08 12:29:15 +01:00
Matt Westcott
00e12cccaf Merge branch 'master' into feature/fep2
Conflicts:
	docs/index.rst
2014-07-04 22:00:46 +01:00
Matt Westcott
e2040e8842 fix documentation syntax errors / warnings 2014-07-04 21:57:58 +01:00
Matt Westcott
466df9ffd6 Add developer docs for private pages 2014-07-04 20:56:34 +01:00
Matt Westcott
383ce75b39 Document the before_serve_page hook 2014-07-04 20:56:34 +01:00
Matt Westcott
4fde40df92 Update example in static_site_generation docs to use new-style route API 2014-07-04 18:24:01 +01:00
Matt Westcott
06c79d4866 update building_your_site and model_recipes docs to cover the new route/serve API 2014-07-04 17:50:26 +01:00
Karl Hobley
14228a56e1 Merge pull request #419 from gasman/serve_preview
Use serve_preview() rather than serve() for all preview / moderation / view_draft actions
2014-07-03 17:22:22 +01:00
Matt Westcott
493fc29c08 Deprecate the show_as_mode method in favour of serve_preview which additionally takes a 'request' argument 2014-07-03 15:31:27 +01:00
Matt Westcott
78481dc846 syntactic sugar for get_page_modes: change it to a property called preview_modes and add a default_preview_mode helper
Conflicts:
	wagtail/wagtailadmin/views/pages.py
2014-07-03 15:01:35 +01:00
Karl Hobley
148fcf04e3 Merge pull request #414 from kaedroho/frontendcache-purge-url
Allow purging individual URLs from frontend cache
2014-07-03 13:59:13 +01:00
Karl Hobley
c9385ca1ce frontend cache purge docs change 2014-07-03 13:10:03 +01:00
Karl Hobley
00347ff6ba Rearrange static site generation docs 2014-07-03 12:53:11 +01:00
Neal Todd
2f126bda6e Update index.rst 2014-07-03 12:26:48 +01:00
Karl Hobley
e4a9756c79 Added little section in the docs describing purge_url_from_cache 2014-07-03 10:14:51 +01:00
Matt Westcott
92dc6add90 update hook examples in docs to import from wagtailcore, not wagtailadmin 2014-07-02 20:04:06 +01:00
Tom Dyson
47c83e75b1 Lets -> Let's 2014-07-02 17:57:30 +01:00
Neal Todd
41ff751009 Update index.rst 2014-07-02 17:57:15 +01:00
Karl Hobley
35fd9f4a98 Merge branch 'master' into varnish-cache-invalidation
Conflicts:
	wagtail/wagtailcore/models.py
2014-07-02 17:43:47 +01:00
Karl Hobley
62c59744f9 Merge branch 'master' into varnish-cache-invalidation
Conflicts:
	setup.py
2014-07-02 17:22:19 +01:00
Karl Hobley
ab518b6472 Merge branch 'master' into sitemaps 2014-07-02 17:21:20 +01:00
Karl Hobley
2f74885834 Fixed bad paste 2014-07-02 13:45:43 +01:00
Karl Hobley
61fd67f2e9 Tweaks to sitemap generation docs 2014-07-02 13:01:49 +01:00
Karl Hobley
d9b22292f2 Merge branch 'master' into varnish-cache-invalidation
Conflicts:
	wagtail/wagtailadmin/tests/test_pages_views.py
2014-07-02 09:38:51 +01:00
Tom Dyson
479dd1edde Minor editing API doc tweaks 2014-07-01 16:53:47 +01:00
Tom Dyson
83161e324f Updates to management commands docs
With inclusion in index
2014-07-01 16:45:44 +01:00
Dave Cranwell
5f1eee4f46 updated docs re: FieldRowPanel 2014-07-01 13:31:55 +01:00
Karl Hobley
8daf1c6de6 Added docs for frontend cache purging 2014-07-01 11:00:55 +01:00
Karl Hobley
683f1cfa64 Added docs for sitemaps 2014-07-01 10:14:34 +01:00
Karl Hobley
055b2e97e5 Made tests.settings like a real settings file 2014-06-30 15:08:09 +01:00
Karl Hobley
1142123174 Added basic documentation for management commands 2014-06-30 13:34:37 +01:00
Karl Hobley
c1dcb09a4f Enabled autodoc on Page class 2014-06-30 12:58:00 +01:00
Karl Hobley
8b692ad3be Improvements to PageQuerySet docs 2014-06-30 12:25:23 +01:00
Karl Hobley
9a178f0911 Enabled autodoc in sphinx configuration 2014-06-30 11:37:55 +01:00
Karl Hobley
6e6b85d4f6 Merge pull request #336 from kaedroho/feature/template-tags-rationalisation
Template tags rationalisation
2014-06-27 15:22:22 +01:00
Karl Hobley
28c071a1e9 Merge pull request #372 from kaedroho/wagtailcore-cleanup-2
Wagtailcore cleanup
2014-06-27 15:21:09 +01:00
Karl Hobley
ad3737e7d7 Merge pull request #304 from jeffrey-hearn/docs-wagtail-app-config
Docs: Wagtail settings variables and urlconfs
2014-06-27 10:54:07 +01:00
Karl Hobley
deb2e0f9d8 Deprecate Page.get_other_siblings 2014-06-26 14:42:06 +01:00
Karl Hobley
3bef7bf302 Merge branch 'master' into feature/template-tags-rationalisation
Conflicts:
	docs/building_your_site/frontenddevelopers.rst
	wagtail/wagtailimages/templatetags/image_tags.py
2014-06-24 09:57:54 +01:00
Karl Hobley
2801c913dc Docs update for #342 merge 2014-06-23 14:22:50 +01:00
Matt Westcott
1aab35ba24 add documentation for the construct_whitelister_element_rules hook 2014-06-20 16:08:50 +01:00
Dave Cranwell
ba0805e521 Update frontenddevelopers.rst
typo fix
2014-06-20 14:07:33 +01:00
Dave Cranwell
135d4f20a6 Update frontenddevelopers.rst 2014-06-20 14:04:11 +01:00
Dave Cranwell
c1f2f745af Update frontenddevelopers.rst
heading level fix
2014-06-20 13:49:25 +01:00
Dave Cranwell
8cb94f0b5c Update frontenddevelopers.rst
Added notes about new image manipulation techniques
2014-06-20 13:46:43 +01:00
Matt Westcott
f6ae1834fa Document the 'attrs' property of image renditions 2014-06-19 17:34:59 +01:00
Karl Hobley
879269ab20 Added versionchanged notes to docs 2014-06-19 11:22:58 +01:00
Karl Hobley
f73c7da772 Update docs to import tags from correct tags module 2014-06-19 11:17:32 +01:00
Tom Dyson
e40dea8d28 wagtail -> Wagtail in contributing.rst 2014-06-18 17:17:14 +01:00
Dave Cranwell
b638cc01e9 Merge branch 'master' into feature/styleguide 2014-06-17 09:36:21 +01:00
Karl Hobley
a60af70dfe Docs fix: Elasticutils 0.9+ is not supported 2014-06-16 09:49:01 +01:00
Neal Todd
7a709709e9 Doc fix - use https rather than ssh for wagtaildemo clone 2014-06-16 09:39:06 +01:00
Ben Margolis
546f18cbb5 Adding basic documentation for the image_formats feature. 2014-06-10 18:53:43 -07:00
Matt Westcott
0092151d29 Update image tag documentation to cover the 'original' resize rule 2014-06-10 13:17:45 +01:00
Jeffrey Hearn
85793d3dbb Settings doc changes based on feedback 2014-06-09 11:47:12 -04:00
Jeffrey Hearn
9b17154cdf Added wagtail and django settings doc
more settings stuffs

settings stuff

settings stuff

so many things

omg is it really two AM

More docs
2014-06-08 16:59:46 -04:00
Jeffrey Hearn
090b0ef3da Responsive embeds and images CSS suggestion 2014-06-08 01:06:11 -04:00
Dave Cranwell
7415f07d2a updated docs 2014-06-06 14:38:36 +01:00
Dave Cranwell
871f4fe37f updated docs 2014-06-06 14:37:05 +01:00
Jeffrey Hearn
a885c7a56c Edit API docs expanded with hooks, modelcluster, and InlinePanel usage 2014-06-03 23:09:27 -04:00
Tom Dyson
c052214880 Grammar fixes in FE docs 2014-06-03 13:30:45 +01:00
Dave Cranwell
1207342f20 wording tweak 2014-06-02 16:34:45 +01:00
Dave Cranwell
09f1300f89 wording tweak 2014-06-02 16:26:46 +01:00
Dave Cranwell
e7e63e605e added a note about the image tag 'as' syntax 2014-06-02 16:15:49 +01:00
Dave Cranwell
4c8ae31b6f removed under construction notice. I consider it complete-ish. Otherwise it'll never be removed 2014-06-02 15:56:16 +01:00
Dave Cranwell
3fb8dc03e5 updates to FE docs 2014-06-02 15:54:26 +01:00
Tom Dyson
9e294cb030 Documentation tweaks 2014-05-28 13:22:32 +01:00
Neal Todd
07733c83ec Elasticsearch documentation typo fix 2014-05-28 12:58:10 +01:00
Neal Todd
c5effdc641 Elasticsearch documentation update 2014-05-28 12:51:19 +01:00
Neal Todd
700fcac813 Elasticsearch documentation typo fix 2014-05-28 12:14:30 +01:00
Neal Todd
0c2163734c Elasticsearch documentation tweak 2014-05-28 12:11:57 +01:00
Neal Todd
580e9130ad Ref issue 177, Elasticsearch timeout on Travis: Support passing configuration arguments to Elasticsearch. Also documenting Elasticsearch setup in Wagtail. 2014-05-28 12:05:35 +01:00
Jeffrey Hearn
94af650c83 Spellchecked, cleaned, and Edit API section expanded
Added to edit api, fixed queryset example code, stubbed out Page ref

Some cleanup of the edit api doc

Some cleanup of the frontend doc

Added to edit api docs

Added to edit api docs
2014-05-25 16:39:08 -04:00
Neal Todd
992ef2eec7 Typo fix 2014-05-23 15:33:21 +01:00
Jeffrey Hearn
40d9aff789 didnt intend to edit that file 2014-05-22 19:53:49 -04:00
Jeffrey Hearn
1d6eee6b36 fixed pygments thing 2014-05-22 19:50:44 -04:00
Jeffrey Hearn
779ac27142 Merged with docs coming from torchbox 2014-05-22 19:25:30 -04:00
Jeffrey Hearn
4527a58568 egads integrating with new docs 2014-05-22 18:09:36 -04:00
Tom Dyson
cde047f485 Getting started docs
Less version precision for Ubuntu installs.
2014-05-22 18:48:14 +01:00
Tom Dyson
99c9d875be Static site generation docs update
Formatting tweaks and S3 / Google App Engine options.
2014-05-22 17:51:55 +01:00
Dave Cranwell
5f4cc1fa91 corrected mistake 2014-05-22 17:47:32 +01:00
Dave Cranwell
4b07378b89 corrected syntax 2014-05-22 17:40:32 +01:00
Dave Cranwell
8bacb807cc added better examples 2014-05-22 17:38:43 +01:00
Dave Cranwell
755faa6dd6 Merge remote-tracking branch 'upstream/master' 2014-05-22 17:33:01 +01:00
Dave Cranwell
0c92a0009f updated note about origianl version of image 2014-05-22 17:32:26 +01:00
Dave Cranwell
3a42a0eb46 adding incomplete front end developer documentation 2014-05-22 17:27:01 +01:00
Dave Cranwell
b9c7c871dd adding incomplete front end developer documentation 2014-05-22 17:19:40 +01:00
Matt Westcott
b3c34d96cb Add form builder documentation 2014-05-22 15:11:30 +01:00
Jeffrey Hearn
b6788f7c66 Editing API docs looking better at least 2014-05-20 23:34:47 -04:00
Tom Dyson
431931b6a9 Include static site generation docs in doc index 2014-05-20 17:24:16 +01:00
Tom Dyson
c349f06d6a Missing underline for new static generation docs 2014-05-20 17:22:19 +01:00
Matt Westcott
725a79f593 Merge pull request #249 from kaedroho/medusa-integration
Django-medusa
2014-05-20 14:39:02 +01:00
Karl Hobley
c194a55304 Renamed get_staticsite_paths to get_static_site_paths 2014-05-20 12:39:23 +01:00
Karl Hobley
9564cbf39f Added document describing how to generate a static website 2014-05-20 11:17:49 +01:00
Matt Westcott
26183e608b mention some more optional/required dependencies in 'getting started' docs 2014-05-20 11:05:19 +01:00
Jeffrey Hearn
73fa1000b1 editing api started 2014-05-19 21:14:45 -04:00
Jeffrey Hearn
bfc53dd6ce added request lifestyle introduction 2014-05-18 01:21:17 -04:00
Jeffrey Hearn
446c053a17 more model basics 2014-05-17 20:54:36 -04:00
Jeffrey Hearn
62f3ecaa9b another placeholder 2014-05-16 12:10:46 -04:00
Jeffrey Hearn
d7d096d89f bleh that merge sucked 2014-05-16 12:09:03 -04:00
Jeffrey Hearn
04e56198ff placeholders added 2014-05-16 12:02:32 -04:00
Jeffrey Hearn
da2c69a5ee Routes 2014-05-15 22:50:26 -04:00
Jeffrey Hearn
65b9899269 Routes 2014-05-15 22:41:13 -04:00
Jeffrey Hearn
a2ed70bd8d Snippets and some reorg 2014-05-13 22:38:44 -04:00
Jeffrey Hearn
e37b6f6a5f ugh neck hurt 2014-05-12 21:25:26 -04:00
Jeffrey Hearn
66d29b37df done with search docs 2014-05-11 20:07:40 -04:00
Jeffrey Hearn
c4b5f09eac Async search docs done 2014-05-10 16:52:19 -04:00
Jeffrey Hearn
206a3e3732 Async search docs done 2014-05-10 16:49:05 -04:00
Jeffrey Hearn
876283debf omg search 2014-05-10 01:35:52 -04:00
Jeffrey Hearn
cb3c41222c omg search 2014-05-10 01:23:58 -04:00
Jeffrey Hearn
e6df0ef01f stuff 2014-05-08 21:01:47 -04:00
Jeffrey Hearn
1aa04c277d moar docs 2014-05-08 00:11:47 -04:00
Jeffrey Hearn
89d774da76 moar docs 2014-05-07 14:39:07 -04:00
Jeffrey Hearn
af881e0789 moar docs 2014-05-07 14:36:56 -04:00
Jeffrey Hearn
b614781e9c moar docs 2014-05-07 14:35:38 -04:00
Jeffrey Hearn
1bd49f85e1 moar docs 2014-05-07 14:31:48 -04:00
Jeffrey Hearn
037a77da8a moar docs 2014-05-07 14:28:20 -04:00
Jeffrey Hearn
21dfbbfee9 moar docs 2014-05-07 14:26:04 -04:00
Neal Todd
5c3992686a Supported Django/Python versions note. 2014-04-28 09:50:05 +01:00
chrxr
4e0637a233 added editors guide docs 2014-03-25 14:14:18 +00:00
Tom Dyson
c2185dd6d2 Add basic Docker instructions to docs 2014-03-13 21:14:40 +00:00
Neal Todd
6ee66b5a7d Heading fix 2014-03-13 10:52:23 +00:00
Neal Todd
1a47bc6f61 Added docs for removing the demo app to complement the Debian/Ubuntu installs. 2014-03-13 10:49:36 +00:00
Tom Dyson
dc2147013a auto doc builder notes 2014-03-11 17:39:13 +00:00
Tom Dyson
71c78a53d6 Roadmap update and auto doc builder 2014-03-11 17:39:13 +00:00
Tom Dyson
62d5e658d1 OS X installation instructions 2014-03-11 12:11:47 +00:00
Tom Dyson
9a08829e49 Roadmap page in docs 2014-03-11 11:20:26 +00:00
Tom Dyson
c67c51c5fc Better docs docs
Link to online rst editor.
2014-03-11 11:01:04 +00:00
Tom Dyson
8609361ed4 Docs docs
How to author and build Wagtail docs
2014-03-11 10:10:04 +00:00
Tom Dyson
f1680169d4 Updated install docs
referencing Debian and Ubuntu one-liners and removing Less / npm
2014-03-06 16:30:33 +00:00
Matt Westcott
e5e3f000ad Remove all reference to less/npm in docs and install scripts 2014-03-05 20:05:26 +00:00
Tom Dyson
e35560f73e Remove createsuperuser command
syncdb includes this.
2014-02-21 22:07:40 +00:00
Neal Todd
e980b0d9da Translations section for the docs. 2014-02-21 10:45:07 +00:00
Tom Dyson
fa4d025fd9 Include Twitter account in support contacts. 2014-02-18 23:03:42 +00:00
Tom Dyson
a4dcbb12fc More RTD-related Sphinx config changes 2014-02-18 18:05:50 +00:00
Tom Dyson
5bbb62d2cf Don't specify theme when building on RTD
See https://github.com/snide/sphinx_rtd_theme/issues/68
2014-02-18 17:59:36 +00:00
Tom Dyson
3b691bc758 First pass at Sphinx docs 2014-02-18 17:45:31 +00:00