Commit Graph

6 Commits

Author SHA1 Message Date
Bruno Bord b3d7a11105
Declaring the New year's Day as a worldwide holiday
To date, there are only two exceptions: Israel & Qatar

refs #511
2020-07-10 09:38:43 +02:00
Bruno Bord b347472334
Refactoring core classes
* Refactoring the core ``Calendar`` classes / mixins for better understanding. Only one ``Calendar`` subclass should be imported / used in calendar classes, the rest (when possible) should be ``Mixins`` (related to #511).
* Fixed Belarus holidays related to the Orthodox calendar
* Fixed Algeria week-end days
2020-07-03 17:44:57 +02:00
Bruno Bord d89eb0f005
Added a note in the Contributing document about coding standards
refs #442
2020-01-10 10:47:11 +01:00
Bruno Bord 2d76d32eb2
Remove Python 2 styled super() calls
refs #442
2020-01-10 10:47:11 +01:00
Bruno Bord cf475627c8 Add a note about the fact that contributors should not change the version number in the changelog and/or the ``setup.py`` file 2019-07-04 15:43:19 +02:00
Bruno Bord b595928a1a Converting CONTRIBUTING.rst to contributing.md
Markdown file generated using the following command:

```
pandoc -f rst -t markdown_github --atx-headers CONTRIBUTING.rst > contributing.md
```

It's been then refined to fit the GFM format

closes #368
2019-06-21 15:49:46 +02:00