iontraps / awesome-iontraps

A curated list of awesome things for iontraps
Apache License 2.0
10 stars 2 forks source link

Automatic table of contents #13

Closed wipfli closed 3 years ago

wipfli commented 3 years ago

Continuation of #11.

wipfli commented 3 years ago

Seems to work. What I did was:

git remote add cm git@github.com:carmelom/awesome-iontraps.git
git fetch --all
git checkout -b cm-feature-autotoc cm/feature/autotoc
git push --set-upstream origin cm-feature-autotoc

I.e. this is a copy of @carmelom branch.

wipfli commented 3 years ago

Closes #11.