Skip to content

Commit d0badac

Browse files
committed
Regen docs for updated file paths
1 parent 0598d33 commit d0badac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+201
-201
lines changed

docs/_media/HDate.md

+42-42
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const hd6 = new HDate(5, monthName, 5773);
6464

6565
#### Defined in
6666

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

6969
## Properties
7070

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

7777
#### Defined in
7878

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

8181
***
8282

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

8989
#### Defined in
9090

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

9393
***
9494

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

101101
#### Defined in
102102

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

105105
***
106106

@@ -112,7 +112,7 @@ Hebrew year, 1-9999
112112

113113
#### Defined in
114114

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

117117
## Methods
118118

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

132132
#### Defined in
133133

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

136136
***
137137

@@ -163,7 +163,7 @@ Note, short forms are case sensitive.
163163

164164
#### Defined in
165165

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

168168
***
169169

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

195195
#### Defined in
196196

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

199199
***
200200

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

224224
#### Defined in
225225

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

228228
***
229229

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

240240
#### Defined in
241241

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

244244
***
245245

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

278278
#### Defined in
279279

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

282282
***
283283

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

294294
#### Defined in
295295

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

298298
***
299299

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

310310
#### Defined in
311311

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

314314
***
315315

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

326326
#### Defined in
327327

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

330330
***
331331

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

342342
#### Defined in
343343

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

346346
***
347347

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

358358
#### Defined in
359359

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

362362
***
363363

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

374374
#### Defined in
375375

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

378378
***
379379

@@ -389,7 +389,7 @@ Converts to Gregorian date
389389

390390
#### Defined in
391391

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

394394
***
395395

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

406406
#### Defined in
407407

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

410410
***
411411

@@ -427,7 +427,7 @@ Hebrew date to compare
427427

428428
#### Defined in
429429

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

432432
***
433433

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

458458
#### Defined in
459459

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

462462
***
463463

@@ -473,7 +473,7 @@ Returns the next Hebrew date
473473

474474
#### Defined in
475475

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

478478
***
479479

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

505505
#### Defined in
506506

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

509509
***
510510

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

536536
#### Defined in
537537

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

540540
***
541541

@@ -551,7 +551,7 @@ Returns the previous Hebrew date
551551

552552
#### Defined in
553553

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

556556
***
557557

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

589589
#### Defined in
590590

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

593593
***
594594

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

617617
#### Defined in
618618

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

621621
***
622622

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

659659
#### Defined in
660660

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

663663
***
664664

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

673673
#### Defined in
674674

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

677677
***
678678

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

698698
#### Defined in
699699

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

702702
***
703703

@@ -723,7 +723,7 @@ Hebrew year
723723

724724
#### Defined in
725725

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

728728
***
729729

@@ -745,7 +745,7 @@ Hebrew year
745745

746746
#### Defined in
747747

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

750750
***
751751

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

776776
#### Defined in
777777

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

780780
***
781781

@@ -802,7 +802,7 @@ Hebrew year
802802

803803
#### Defined in
804804

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

807807
***
808808

@@ -834,7 +834,7 @@ Hebrew date (1-30)
834834

835835
#### Defined in
836836

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

839839
***
840840

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

855855
#### Defined in
856856

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

859859
***
860860

@@ -876,7 +876,7 @@ Hebrew year
876876

877877
#### Defined in
878878

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

881881
***
882882

@@ -898,7 +898,7 @@ Hebrew year
898898

899899
#### Defined in
900900

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

903903
***
904904

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

919919
#### Defined in
920920

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

923923
***
924924

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

941941
#### Defined in
942942

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

945945
***
946946

@@ -962,7 +962,7 @@ Hebrew year
962962

963963
#### Defined in
964964

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

967967
***
968968

@@ -984,4 +984,4 @@ Hebrew year
984984

985985
#### Defined in
986986

987-
[hdate.ts:513](https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb/src/hdate.ts#L513)
987+
[hdate.ts:513](https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d/src/hdate.ts#L513)

docs/_media/Headers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
#### Defined in
1616

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

1919
***
2020

@@ -24,4 +24,4 @@
2424
2525
#### Defined in
2626

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

0 commit comments

Comments
 (0)