MusicScience37 Internal =============================== 自分向けの情報をまとめておく。 Contents -------------- .. toctree:: :maxdepth: 2 :caption: Development dev/repository-states dev/repository-structure dev/ubuntu-releases Notifications -------------------- .. jinja:: information 最終更新:{{ created_at }} {% for info in information %} {% if info.type == "INFO" %} .. note:: {% endif %} {% if info.type == "WARNING" %} .. warning:: {% endif %} {% if info.type == "ERROR" %} .. error:: {% endif %} {{ info.text }} 時刻:{{ info.time }} {% endfor %}