Working on Sphinx docs
This commit is contained in:
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
.. Django Admin Sortable documentation master file, created by
|
||||
sphinx-quickstart on Wed Aug 20 14:40:56 2014.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to Django Admin Sortable's documentation!
|
||||
=================================================
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
quickstart
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
Quickstart
|
||||
==========
|
||||
|
||||
To get started using ``django-admin-sortable`` simply install it using ``pip``::
|
||||
|
||||
$ pip install django-admin-sortable
|
||||
|
||||
Add ``adminsortable`` to your project's ``INSTALLED_APPS`` setting.
|
||||
|
||||
Ensure ``django.core.context_processors.static`` is in your ``TEMPLATE_CONTEXT_PROCESSORS`` setting.
|
||||
Reference in New Issue
Block a user