Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Basic docs structure
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed May 10, 2015
1 parent e2a4b16 commit 5827590
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 15 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: docs

docs:
cd docs && make livehtml
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ html:
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

livehtml:
sphinx-autobuild -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo
Expand Down
2 changes: 2 additions & 0 deletions docs/genericviews.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Generic views
=============
2 changes: 2 additions & 0 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Getting started
===============
27 changes: 12 additions & 15 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
.. django-memento-framework documentation master file, created by
sphinx-quickstart on Sat May 9 19:50:33 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
django-memento-framework
========================

Welcome to django-memento-framework's documentation!
====================================================
A set for helpers for Django web sites to enable the Memento framework for time-based access

Contents:

.. toctree::
:maxdepth: 2
:maxdepth: 3

gettingstarted
genericviews
changelog


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

* Code repository: `https://github.com/pastpages/django-memento-framework <https://github.com/pastpages/django-memento-framework>`_
* Issues: `https://github.com/pastpages/django-memento-framework/issues <https://github.com/pastpages/django-memento-framework/issues>`_
* Packaging: `https://pypi.python.org/pypi/django-memento-framework <https://pypi.python.org/pypi/django-memento-framework>`_
* Testing: `https://travis-ci.org/pastpages/django-memento-framework <https://travis-ci.org/pastpages/django-memento-framework>`_
* Coverage: `https://coveralls.io/r/pastpages/django-memento-framework <https://coveralls.io/r/pastpages/django-memento-framework>`_

0 comments on commit 5827590

Please sign in to comment.