Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS: 独自の休日をファイルから読み込む例を追加 #17

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

panda1100
Copy link
Contributor

ファイルから休日を読み込む例をREADMEに追加しました。
ファイルから設定を読み込む箇所は、標準ライブラリのconfigparserを利用しています。

ファイルの書式は以下の様に、
[HOLIDAYS]というセクション名と改行の後にdate: nameと記述するか、
date = nameと記述します。

[HOLIDAYS]
2021-02-22: 特別休暇1
2021-02-24 = 特別休暇2

@Lalcs
Copy link
Owner

Lalcs commented Oct 18, 2021

@panda1100 さん
ありがとうございます。

こちらExampleとして取り込ませていただきます。

@Lalcs Lalcs merged commit 4032a88 into Lalcs:master Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants