From 47a35fd30989e2beceaac2d8889302d5f5ed3036 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Fri, 7 Nov 2014 22:29:43 +0100 Subject: [PATCH] Fix typo in doc/makefile --- doc/Makefile | 2 +- doc/usage/index.rst | 21 +++------------------ 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index c9fb506..28b8f2d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,7 +7,7 @@ include config.mk MAN_SOURCES=$(wildcard man/*.rst) $(wildcard man/*.txt) man/conf.py DOXYGEN_SOURCES=$(wildcard ../*.h) Doxyfile -HTML_SORUCES=$(wildcard *.rst api/*.rst configuration/*.rst installation/*.rst usage/*.rst) conf.py +HTML_SOURCES=$(wildcard *.rst api/*.rst configuration/*.rst installation/*.rst usage/*.rst) conf.py SPHINX_OPTS+=-d $(SPHINX_BUILDDIR)/doctrees diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 76def29..d24096f 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -1,23 +1,8 @@ -.. zathura documentation master file, created by - sphinx-quickstart on Tue Apr 8 18:33:05 2014. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to zathura's documentation! -=================================== +Usage +====== .. toctree:: :maxdepth: 2 :numbered: - installation/index - usage/index - configuration/index - api/index - faq - -.. toctree:: - :hidden: - - man/zathura.1 - man/zathurarc.5 + commands