Skip to content

Commit

Permalink
doc: add figure captions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Mar 29, 2024
1 parent 762a2ff commit 31d3311
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
19 changes: 14 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,20 @@ calendar <img src="man/figures/logo.png" align="right" style="float:right; heigh
The R package `calendar` is dedicated to create a monthly calendar. It plots and exports the calendar as a `pdf` file (ready to print in the A4 paper format). Holidays (only France is supported yet) are identified and user can easily add events (up to four by day). User can also choose between of a week of five days (working week) or a full week (weekend included).


![](man/figures/calendar-demo-1.png)

![](man/figures/calendar-demo-2.png)

![](man/figures/calendar-demo-3.png)
<figure>
<img src="man/figures/calendar-demo-1.png" alt="">
<figcaption>Simple monthly calendar</figcaption>
</figure>

<figure>
<img src="man/figures/calendar-demo-2.png" alt="">
<figcaption>Simple monthly calendar with weekends</figcaption>
</figure>

<figure>
<img src="man/figures/calendar-demo-3.png" alt="">
<figcaption>Simple monthly calendar with events</figcaption>
</figure>



Expand Down
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,24 @@ and user can easily add events (up to four by day). User can also choose
between of a week of five days (working week) or a full week (weekend
included).

![](man/figures/calendar-demo-1.png)

![](man/figures/calendar-demo-2.png)

![](man/figures/calendar-demo-3.png)
<figure>
<img src="man/figures/calendar-demo-1.png" alt="">
<figcaption>
Simple monthly calendar
</figcaption>
</figure>
<figure>
<img src="man/figures/calendar-demo-2.png" alt="">
<figcaption>
Simple monthly calendar with weekends
</figcaption>
</figure>
<figure>
<img src="man/figures/calendar-demo-3.png" alt="">
<figcaption>
Simple monthly calendar with events
</figcaption>
</figure>

## Installation

Expand Down

0 comments on commit 31d3311

Please sign in to comment.