forgot today button in docs, new docs make output directory

v1.3.x
Adam Shaw 2009-10-15 06:13:56 +00:00
parent 7070f2e6ba
commit 67ed871e67
2 changed files with 5 additions and 2 deletions

View File

@ -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."

View File

@ -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