# Cross-referencing code and requirement --- Example for generating identifier for requirements from user stories: ```bash # Try to delete ./example/srs_with_id.txt and then run this command python ./src/storode.py ./example/srs.txt ``` Example for generating web pages: ```bash # Try to delete ./doc and run this command python ./src/storode.py ./example/srs_with_id.txt ./example/src ``` A cross-referencing document will be generated at ./doc/example-srs_with_id.html. Open example-srs_with_id.html in a web browser to view it. Example for testing collision rate of cut of MD5 digest: ```bash python ./src/collision.py ```