diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-09 17:31:30 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-09 17:31:30 +0100 |
commit | f74abcbed6efe1992f05430f2e4483e54fbcbf86 (patch) | |
tree | 59c2767fd5a54b50839c44ea32897b0db3546885 /user_guide_src/source/libraries/calendar.rst | |
parent | 43d7fa73534c07d10a88ec120c0938d0d00a184e (diff) | |
parent | 05be0879777021a73ca55548c6edd61d17012a4d (diff) |
Merge pull request #2805 from iBotPeaches/develop
fix doc warnings/errors
Diffstat (limited to 'user_guide_src/source/libraries/calendar.rst')
-rw-r--r-- | user_guide_src/source/libraries/calendar.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/user_guide_src/source/libraries/calendar.rst b/user_guide_src/source/libraries/calendar.rst index e24ee80b8..ed2a14c8c 100644 --- a/user_guide_src/source/libraries/calendar.rst +++ b/user_guide_src/source/libraries/calendar.rst @@ -90,18 +90,18 @@ preferences below. Preference Default Options Description ====================== ================= =============================================== =================================================================== **template** None None A string containing your calendar template. - See the template section below. + See the template section below. **local_time** time() None A Unix timestamp corresponding to the current time. **start_day** sunday Any week day (sunday, monday, tuesday, etc.) Sets the day of the week the calendar should start on. **month_type** long long, short Determines what version of the month name to use in the header. - long = January, short = Jan. + long = January, short = Jan. **day_type** abr long, short, abr Determines what version of the weekday names to use in - the column headers. long = Sunday, short = Sun, abr = Su. + the column headers. long = Sunday, short = Sun, abr = Su. **show_next_prev** FALSE TRUE/FALSE (boolean) Determines whether to display links allowing you to toggle - to next/previous months. See information on this feature below. + to next/previous months. See information on this feature below. **next_prev_url** controller/method A URL Sets the basepath used in the next/previous calendar links. **show_other_days** FALSE TRUE/FALSE (boolean) Determines whether to display days of other months that share the - first or last week of the calendar month. + first or last week of the calendar month. ====================== ================= =============================================== =================================================================== |