mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-13 05:06:41 +03:00
fb1850a84d
- Add `README` to `tools/` |
||
---|---|---|
.. | ||
README.md | ||
update_toc.py |
Tools
In order to use the update_toc.py
script, you'll need to install the following:
npm install markdown-toc
With that, if you are in the root folder, you can call:
python update_toc.py
This will automatically update the TOC in README.md
.