forgot today button in docs, new docs make output directory
This commit is contained in:
parent
7070f2e6ba
commit
67ed871e67
|
@ -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."
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue