Skip to content

Commit

Permalink
add title
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Feb 13, 2024
1 parent d747a85 commit fd00438
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bin/generate_dmtn.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_result(self):
@add_context("bullet_list", BulletList)
@add_context("directive", Directive)
class ReSTDocument(TextAccumulator):
def __init__(self, title=None, subtitle=None, options=None):
def __init__(self, title="DM Milestone Status", subtitle=None, options=None):
super().__init__()
if title:
self._buffer.write(underline(title, HEADING_CHARS[0], True) + "\n")
Expand Down Expand Up @@ -197,7 +197,7 @@ def get_extreme_dates(milestones):


def generate_dmtn(milestones, wbs):
doc = ReSTDocument(options={"tocdepth": 1})
doc = ReSTDocument()

wbs_list = set(ms.wbs[:6] for ms in milestones if ms.wbs.startswith(wbs))

Expand Down
8 changes: 5 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.. Auto-generated by bin/generate_dmtn.py on Tue Feb 13 14:41:14 2024 - DO NOT EDIT
.. Auto-generated by bin/generate_dmtn.py on Tue Feb 13 15:13:31 2024 - DO NOT EDIT
:tocdepth: 1
###################
DM Milestone Status
###################

.. |LSST-1590| replace:: LSST-1590
.. |LSST-1630| replace:: *LSST-1630*
Expand Down Expand Up @@ -1393,7 +1395,7 @@ Of the incomplete milestones, 6 are late relative to the baseline schedule, whil
Currently overdue milestones
============================

There are 6 milestones overdue as of 2024-02-13 14:41:14.831256.
There are 6 milestones overdue as of 2024-02-13 15:13:31.354881.

- `LDM-503-12`_: Ops rehearsal for commissioning #3 [Due 2023-12-01]

Expand Down

0 comments on commit fd00438

Please sign in to comment.