/rst2ctags

A simple script to help create ctags-compatible tag files for the sections within a reStructuredText document.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

rst2ctags

This application generates ctags-compatible output for the sections of a reStructuredText document. It does not use the docutils engine since docutils is far too slow for my needs.

The motivation was to have a tool fast enough to use with the TagBar plugin in Vim.

License

This tool is licensed under a Simplified BSD license. See LICENSE.txt for details.