Customized reST schema/tags
Hi,
I was wandering if it is possible to create customized schema for documenting packages, modules and classes based on reST? Say, when I create a new package/module/class, there are some reST tags added automatically for the developer to fill it in.
In example I want following structure when creating a package:
"""
File name <enter here>
Location <enter here>
Author: <enter here>
Email: <enter here>
Copyright (c) <enter here>
** Classes **
** Global methods **
"""
Basic idea is when a team with multiple developers using the same code base, we get same reST structure for each important item
Thank you in advance.
Please sign in to leave a comment.