This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
renumber_footnotes.py | |
===================== | |
An extension for Sphinx to renumber footnotes to sequential in whole of | |
project. | |
:copyright: Copyright 2018 by Takeshi KOMIYA | |
:license: BSD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
####################################################################### | |
# | |
# 日の出・日の入時刻検索コマンド GETSUNRISE.SH | |
# | |
# [概要] | |
# ・第1引数に郵便番号(必須,7桁)、第2引数に日付(任意,8桁)を与えると | |
# WebAPIを叩きに行って、その地域、その日の日の出&日の入り時刻を返すよ。 | |
# |