Enhanced Thetis Manual
Posted: Wed Apr 09, 2025 1:32 am
Summary -- A single document that is the existing Thetis Manual 1.1 in HTML that has links to other related material on the internet.
This is a first crack at a program to gen a document that preserves the core manual content while Integrating community knowledge from forums, GitHub issues, and other sources, Want it to present everything in a unified format with proper attribution. Also want it to be easily to update.
Would appreciated any help with the program I'm using to scape, insert and format the enhanced manual
Attached is the Python program (remember to remove the txt extension)
Resultant file at "C:\thetis_kb\enhanced_manual.html" It's stand alone i.e. can be run anywhere.
The program needs PyPDF2, requests, and beautifulsoup4, libraries installed
pip install PyPDF2 beautifulsoup4 requests
If using Linux you may need to do
sudo apt-get update
sudo apt-get install python3-pip
This is a first crack at a program to gen a document that preserves the core manual content while Integrating community knowledge from forums, GitHub issues, and other sources, Want it to present everything in a unified format with proper attribution. Also want it to be easily to update.
Would appreciated any help with the program I'm using to scape, insert and format the enhanced manual
Attached is the Python program (remember to remove the txt extension)
Resultant file at "C:\thetis_kb\enhanced_manual.html" It's stand alone i.e. can be run anywhere.
The program needs PyPDF2, requests, and beautifulsoup4, libraries installed
pip install PyPDF2 beautifulsoup4 requests
If using Linux you may need to do
sudo apt-get update
sudo apt-get install python3-pip