From 67ed871e67142e3ad69f333cf505ad4a718534de Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Thu, 15 Oct 2009 06:13:56 +0000 Subject: [PATCH] forgot today button in docs, new docs make output directory --- docs/Makefile | 2 +- docs/index.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 1fee6dd..ad8b691 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -35,7 +35,7 @@ html: arshaw: mkdir -p build/html build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) build/html - cp -r build/html/* /var/www/arshaw/pages/fullcalendar/docs/ + cp -r build/html/* /var/www/arshaw/pages/fullcalendar/docs13/ @echo @echo "Build finished. The HTML pages are in build/html." diff --git a/docs/index.txt b/docs/index.txt index 72ac763..f03b672 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -19,7 +19,7 @@ Basic Options ``month`` is 0-based, meaning January=0, February=1, etc. If ommitted, the calendar starts on the current date. -**header**: Object/``false``, *Default*: ``{ left:'title', center:'', right:'prev,next' }`` +**header**: Object/``false``, *Default*: ``{ left:'title', center:'', right:'today prev,next' }`` Defines the buttons/text at the top of the calendar. ``false`` will display no header. An object can be supplied with properties ``left``, ``center``, and ``right``. @@ -35,6 +35,9 @@ Basic Options ``next`` button for moving the calendar forward one month/week/day + ``today`` + button for moving the calendar to the current month/week/day + *a blank space* visual gap between buttons/text