Skip to content

Commit

Permalink
feat(trello): Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Oct 5, 2023
1 parent 9605e0c commit e51dc76
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/analysis-of-our-trello-board.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"source": [
"# Table of contents\n",
"\n",
"* [Finished cards per month](#finished-cards-bar)\n",
"* [Number of finished cards per month](#finished-cards-bar)\n",
"* [Rolling number of finished cards in last 30 days](#finished-cards-rolling)\n",
"* [Current cards in development](#development-cards)\n",
"* [Changelog](#changelog)\n",
"\n",
"# Date of last generation"
]
Expand Down Expand Up @@ -421,7 +424,7 @@
"id": "156bf5cb",
"metadata": {},
"source": [
"# Rolling view: Finished cards in the last 30 days"
"# <span id=\"finished-cards-rolling\">Rolling view: Finished cards in the last 30 days</span>"
]
},
{
Expand Down Expand Up @@ -464,7 +467,7 @@
"id": "878fbbac",
"metadata": {},
"source": [
"# Current cards in development"
"# <span id=\"development-cards\">Current cards in development</span>"
]
},
{
Expand Down Expand Up @@ -696,7 +699,7 @@
"id": "2dab756b",
"metadata": {},
"source": [
"# Changelog"
"# <span id=\"changelog\">Changelog</span>"
]
},
{
Expand Down

0 comments on commit e51dc76

Please sign in to comment.