(module_name)
| 51 | |
| 52 | |
| 53 | def get_readme_skel(module_name): |
| 54 | return dedent('''\ |
| 55 | Apache Solr %s |
| 56 | ===================================== |
| 57 | |
| 58 | Introduction |
| 59 | ------------ |
| 60 | TBD |
| 61 | |
| 62 | Getting Started |
| 63 | --------------- |
| 64 | TBD |
| 65 | ''' % module_name) |
| 66 | |
| 67 | def get_license_header(): |
| 68 | return dedent('''\ |
no outgoing calls
no test coverage detected
searching dependent graphs…