- Use bpy.utils.execfile instead of importing then deleting from sys.modules. - Add a note for why keeping this cached in memory isn't necessary. This has the advantage of not interfering with any scripts that import `rna_manual_reference` as a module.