Skip to content

Commit

Permalink
Regen docs for updated file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jul 5, 2024
1 parent 0598d33 commit d0badac
Show file tree
Hide file tree
Showing 73 changed files with 201 additions and 201 deletions.
84 changes: 42 additions & 42 deletions docs/_media/HDate.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const hd6 = new HDate(5, monthName, 5773);

#### Defined in

[hdate.ts:89](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L89)
[hdate.ts:89](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L89)

## Properties

Expand All @@ -76,7 +76,7 @@ Hebrew day within the month (1-30)

#### Defined in

[hdate.ts:55](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L55)
[hdate.ts:55](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L55)

***

Expand All @@ -88,7 +88,7 @@ Hebrew month of year (1=NISAN, 7=TISHREI)

#### Defined in

[hdate.ts:53](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L53)
[hdate.ts:53](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L53)

***

Expand All @@ -100,7 +100,7 @@ absolute Rata Die (R.D.) days

#### Defined in

[hdate.ts:57](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L57)
[hdate.ts:57](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L57)

***

Expand All @@ -112,7 +112,7 @@ Hebrew year, 1-9999

#### Defined in

[hdate.ts:51](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L51)
[hdate.ts:51](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L51)

## Methods

Expand All @@ -131,7 +131,7 @@ https://en.wikipedia.org/wiki/Rata_Die#Dershowitz_and_Reingold

#### Defined in

[hdate.ts:193](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L193)
[hdate.ts:193](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L193)

***

Expand Down Expand Up @@ -163,7 +163,7 @@ Note, short forms are case sensitive.

#### Defined in

[hdate.ts:351](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L351)
[hdate.ts:351](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L351)

***

Expand Down Expand Up @@ -194,7 +194,7 @@ new HDate(new Date('Sunday February 23, 2014')).after(6).greg() // Sat Mar 01 20

#### Defined in

[hdate.ts:320](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L320)
[hdate.ts:320](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L320)

***

Expand Down Expand Up @@ -223,7 +223,7 @@ new HDate(new Date('Wednesday February 19, 2014')).before(6).greg() // Sat Feb 1

#### Defined in

[hdate.ts:269](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L269)
[hdate.ts:269](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L269)

***

Expand All @@ -239,7 +239,7 @@ Number of days in the month of this Hebrew date

#### Defined in

[hdate.ts:162](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L162)
[hdate.ts:162](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L162)

***

Expand Down Expand Up @@ -277,7 +277,7 @@ const days = hd1.deltaDays(hd2); // 394

#### Defined in

[hdate.ts:415](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L415)
[hdate.ts:415](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L415)

***

Expand All @@ -293,7 +293,7 @@ Gets the day within the month (1-30)

#### Defined in

[hdate.ts:169](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L169)
[hdate.ts:169](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L169)

***

Expand All @@ -309,7 +309,7 @@ Gets the day of the week. 0=Sunday, 6=Saturday

#### Defined in

[hdate.ts:176](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L176)
[hdate.ts:176](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L176)

***

Expand All @@ -325,7 +325,7 @@ Gets the Hebrew year of this Hebrew date

#### Defined in

[hdate.ts:133](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L133)
[hdate.ts:133](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L133)

***

Expand All @@ -341,7 +341,7 @@ Gets the Hebrew month (1=NISAN, 7=TISHREI) of this Hebrew date

#### Defined in

[hdate.ts:147](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L147)
[hdate.ts:147](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L147)

***

Expand All @@ -357,7 +357,7 @@ Returns a transliterated Hebrew month name, e.g. `'Elul'` or `'Cheshvan'`.

#### Defined in

[hdate.ts:215](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L215)
[hdate.ts:215](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L215)

***

Expand All @@ -373,7 +373,7 @@ The Tishrei-based month of the date. 1 is Tishrei, 7 is Nisan, 13 is Elul in a l

#### Defined in

[hdate.ts:154](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L154)
[hdate.ts:154](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L154)

***

Expand All @@ -389,7 +389,7 @@ Converts to Gregorian date

#### Defined in

[hdate.ts:183](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L183)
[hdate.ts:183](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L183)

***

Expand All @@ -405,7 +405,7 @@ Tests if this date occurs during a leap year

#### Defined in

[hdate.ts:140](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L140)
[hdate.ts:140](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L140)

***

Expand All @@ -427,7 +427,7 @@ Hebrew date to compare

#### Defined in

[hdate.ts:426](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L426)
[hdate.ts:426](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L426)

***

Expand Down Expand Up @@ -457,7 +457,7 @@ new HDate(new Date('Tuesday February 18, 2014')).nearest(6).greg() // Sat Feb 15

#### Defined in

[hdate.ts:294](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L294)
[hdate.ts:294](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L294)

***

Expand All @@ -473,7 +473,7 @@ Returns the next Hebrew date

#### Defined in

[hdate.ts:327](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L327)
[hdate.ts:327](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L327)

***

Expand Down Expand Up @@ -504,7 +504,7 @@ new HDate(new Date('Sunday February 23, 2014')).onOrAfter(6).greg() // Sat Mar 0

#### Defined in

[hdate.ts:307](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L307)
[hdate.ts:307](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L307)

***

Expand Down Expand Up @@ -535,7 +535,7 @@ new HDate(new Date('Sunday February 23, 2014')).onOrBefore(6).greg() // Sat Feb

#### Defined in

[hdate.ts:282](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L282)
[hdate.ts:282](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L282)

***

Expand All @@ -551,7 +551,7 @@ Returns the previous Hebrew date

#### Defined in

[hdate.ts:334](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L334)
[hdate.ts:334](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L334)

***

Expand Down Expand Up @@ -588,7 +588,7 @@ console.log(hd.render('he')); // '15 חֶשְׁוָן, 5769'

#### Defined in

[hdate.ts:231](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L231)
[hdate.ts:231](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L231)

***

Expand Down Expand Up @@ -616,7 +616,7 @@ console.log(hd.renderGematriya()); // 'ט״ו חֶשְׁוָן תשס״ט'

#### Defined in

[hdate.ts:254](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L254)
[hdate.ts:254](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L254)

***

Expand Down Expand Up @@ -658,7 +658,7 @@ const hd3 = hd1.add(-3, 'M'); // 30 Av 5768

#### Defined in

[hdate.ts:395](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L395)
[hdate.ts:395](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L395)

***

Expand All @@ -672,7 +672,7 @@ const hd3 = hd1.add(-3, 'M'); // 30 Av 5768

#### Defined in

[hdate.ts:435](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L435)
[hdate.ts:435](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L435)

***

Expand All @@ -697,7 +697,7 @@ date d, and applying it to d+7 gives the DAYNAME following absolute date d.

#### Defined in

[hdate.ts:537](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L537)
[hdate.ts:537](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L537)

***

Expand All @@ -723,7 +723,7 @@ Hebrew year

#### Defined in

[hdate.ts:463](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L463)
[hdate.ts:463](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L463)

***

Expand All @@ -745,7 +745,7 @@ Hebrew year

#### Defined in

[hdate.ts:497](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L497)
[hdate.ts:497](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L497)

***

Expand Down Expand Up @@ -775,7 +775,7 @@ HDate.fromGematriyaString('כ״ז בְּתַמּוּז תשפ״ג') // 27 Tamuz

#### Defined in

[hdate.ts:560](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L560)
[hdate.ts:560](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L560)

***

Expand All @@ -802,7 +802,7 @@ Hebrew year

#### Defined in

[hdate.ts:473](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L473)
[hdate.ts:473](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L473)

***

Expand Down Expand Up @@ -834,7 +834,7 @@ Hebrew date (1-30)

#### Defined in

[hdate.ts:208](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L208)
[hdate.ts:208](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L208)

***

Expand All @@ -854,7 +854,7 @@ Tests if the object is an instance of `HDate`

#### Defined in

[hdate.ts:544](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L544)
[hdate.ts:544](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L544)

***

Expand All @@ -876,7 +876,7 @@ Hebrew year

#### Defined in

[hdate.ts:446](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L446)
[hdate.ts:446](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L446)

***

Expand All @@ -898,7 +898,7 @@ Hebrew year

#### Defined in

[hdate.ts:505](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L505)
[hdate.ts:505](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L505)

***

Expand All @@ -918,7 +918,7 @@ Converts Hebrew month string name to numeric

#### Defined in

[hdate.ts:520](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L520)
[hdate.ts:520](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L520)

***

Expand All @@ -940,7 +940,7 @@ A number, or Hebrew month name string

#### Defined in

[hdate.ts:481](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L481)
[hdate.ts:481](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L481)

***

Expand All @@ -962,7 +962,7 @@ Hebrew year

#### Defined in

[hdate.ts:454](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L454)
[hdate.ts:454](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L454)

***

Expand All @@ -984,4 +984,4 @@ Hebrew year

#### Defined in

[hdate.ts:513](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L513)
[hdate.ts:513](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L513)
4 changes: 2 additions & 2 deletions docs/_media/Headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#### Defined in

[locale.ts:5](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/locale.ts#L5)
[locale.ts:5](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/locale.ts#L5)

***

Expand All @@ -24,4 +24,4 @@
#### Defined in

[locale.ts:6](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/locale.ts#L6)
[locale.ts:6](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/locale.ts#L6)
Loading

0 comments on commit d0badac

Please sign in to comment.