From 3e8292f77f6bcc2b453cb15bbfedd410092cef4f Mon Sep 17 00:00:00 2001 From: Armin Samii Date: Mon, 5 May 2025 16:15:02 -0400 Subject: [PATCH 1/2] Don't render index on PDF. + delete unused files --- docs/snippets/lorem_ipsum.md | 29 ---- docs/tdp/print-page.md | 260 ----------------------------------- mkdocs.yml | 4 + 3 files changed, 4 insertions(+), 289 deletions(-) delete mode 100644 docs/snippets/lorem_ipsum.md delete mode 100644 docs/tdp/print-page.md diff --git a/docs/snippets/lorem_ipsum.md b/docs/snippets/lorem_ipsum.md deleted file mode 100644 index 96eae02..0000000 --- a/docs/snippets/lorem_ipsum.md +++ /dev/null @@ -1,29 +0,0 @@ -## Lorem Ipsum - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna -aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -### Subheading - -Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint -occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. - -- Bullet point 1 -- Bullet point 2 -- Bullet point 3 - -`Inline code example` - -``` -Code block example -with multiple lines -```` - -*Italic text* -**Bold text** - -> Blockquote example - -[Link example](https://www.example.com) - -![Image alt text](https://dummyimage.com/300x200/eee/aaa) \ No newline at end of file diff --git a/docs/tdp/print-page.md b/docs/tdp/print-page.md deleted file mode 100644 index 6481d45..0000000 --- a/docs/tdp/print-page.md +++ /dev/null @@ -1,260 +0,0 @@ - -
-
-

- RCTab TDP -

-

- for RCTab version 2.0 -

-

- by the Ranked Choice Voting Resource Center (RCVRC) -

-
-
- -
- ---8<-- -tdp/00_documentation_abstracts.md ---8<-- - -
- ---8<-- -tdp/system_overview.md ---8<-- - -
- ---8<-- -tdp/software_design_and_specifications.md ---8<-- - -
- ---8<-- -tdp/system_hardware_specification.md ---8<-- - -
- ---8<-- -tdp/system_functionality_description.md ---8<-- - -
- ---8<-- -tdp/acceptance_test_procedures.md ---8<-- - -
- ---8<-- -tdp/system_design_specifications.md ---8<-- - -
- ---8<-- -tdp/system_security_specification_requirements.md ---8<-- - -
- ---8<-- -tdp/design_and_interface_specification.md ---8<-- - -
- ---8<-- -tdp/security_architecture.md ---8<-- - -
- ---8<-- -tdp/development_environment_specification.md ---8<-- - -
- ---8<-- -tdp/security_threat_analysis.md ---8<-- - -
- ---8<-- -tdp/security_testing_and_vulnerability_analysis.md ---8<-- - -
- ---8<-- -tdp/system_maintenance_manual.md ---8<-- - -
- ---8<-- -tdp/personnel_deployment_and_training.md ---8<-- - -
- ---8<-- -tdp/l_and_a_testing.md ---8<-- - -
- ---8<-- -tdp/configuration_management_plan.md ---8<-- - -
- ---8<-- -tdp/quality_assurance_plan.md ---8<-- - -
- ---8<-- -tdp/tabulator_trusted_build_instructions.md ---8<-- - -
- ---8<-- -tdp/system_change_notes.md ---8<-- - -
- ---8<-- -tdp/system_hardening_procedures_-_windows_os.md ---8<-- - -
- ---8<-- -tdp/system_test_and_verification_specification.md ---8<-- - -
- ---8<-- -tdp/user_guide.md ---8<-- - -
- ---8<-- -tdp/tabulation_options_for_rcv_tabulation.md ---8<-- - -
- ---8<-- -tdp/process_ranked_choice_voting_contest.md ---8<-- - -
- ---8<-- -tdp/ballot_limitations_and_maximum_testing_range.md ---8<-- - -
- ---8<-- -tdp/installation_instructions_for_windows_os.md ---8<-- - -
- ---8<-- -tdp/trusted_build_and_output_hash_verification.md ---8<-- - -
- ---8<-- -tdp/tabulator_command_line_instructions.md ---8<-- - -
- ---8<-- -tdp/configuration_file_parameters.md ---8<-- - -
- ---8<-- -tdp/rctab_cvr_files.md ---8<-- - -
- ---8<-- -tdp/rctab_config_files.md ---8<-- - -
- ---8<-- -tdp/post-election_audit_and_clearing_rctab_from_system.md ---8<-- - -
- ---8<-- -tdp/rctab_operator_log_messages.md ---8<-- - -
- ---8<-- -tdp/rctab_system_tab_hints.md ---8<-- - -
- ---8<-- -tdp/coding_and_header_comment_standards_for_rctab.md ---8<-- - -
- ---8<-- -tdp/secure_usb_process.md ---8<-- - -
- ---8<-- -tdp/expected-outcome-rcv-test-sets-multi-winner.md ---8<-- - -
- ---8<-- -tdp/expected-outcome-rcv-test-sets-single-winner.md ---8<-- - -
- ---8<-- -tdp/ranked-choice-voting-laws.md ---8<-- - -
- ---8<-- -tdp/22-month-archiving-procedure.md ---8<-- diff --git a/mkdocs.yml b/mkdocs.yml index 116af5f..beb9e2a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,10 @@ plugins: cover_title: RCTab Documentation cover_subtitle: !ENV [READTHEDOCS_VERSION, 'Unreleased Alpha'] copyright: (c) Copyright 2025 + excludes_children: + - 'index.html' + exclude_pages: + - 'index.html' - link-stripper: target_files: - 'tdp/print-page.html' From 74987e21fb866bbf85e484eea20b6af66f524a63 Mon Sep 17 00:00:00 2001 From: Armin Samii Date: Mon, 12 May 2025 09:48:05 -0400 Subject: [PATCH 2/2] restore print-page --- docs/tdp/print-page.md | 260 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 260 insertions(+) create mode 100644 docs/tdp/print-page.md diff --git a/docs/tdp/print-page.md b/docs/tdp/print-page.md new file mode 100644 index 0000000..6481d45 --- /dev/null +++ b/docs/tdp/print-page.md @@ -0,0 +1,260 @@ + +
+
+

+ RCTab TDP +

+

+ for RCTab version 2.0 +

+

+ by the Ranked Choice Voting Resource Center (RCVRC) +

+
+
+ +
+ +--8<-- +tdp/00_documentation_abstracts.md +--8<-- + +
+ +--8<-- +tdp/system_overview.md +--8<-- + +
+ +--8<-- +tdp/software_design_and_specifications.md +--8<-- + +
+ +--8<-- +tdp/system_hardware_specification.md +--8<-- + +
+ +--8<-- +tdp/system_functionality_description.md +--8<-- + +
+ +--8<-- +tdp/acceptance_test_procedures.md +--8<-- + +
+ +--8<-- +tdp/system_design_specifications.md +--8<-- + +
+ +--8<-- +tdp/system_security_specification_requirements.md +--8<-- + +
+ +--8<-- +tdp/design_and_interface_specification.md +--8<-- + +
+ +--8<-- +tdp/security_architecture.md +--8<-- + +
+ +--8<-- +tdp/development_environment_specification.md +--8<-- + +
+ +--8<-- +tdp/security_threat_analysis.md +--8<-- + +
+ +--8<-- +tdp/security_testing_and_vulnerability_analysis.md +--8<-- + +
+ +--8<-- +tdp/system_maintenance_manual.md +--8<-- + +
+ +--8<-- +tdp/personnel_deployment_and_training.md +--8<-- + +
+ +--8<-- +tdp/l_and_a_testing.md +--8<-- + +
+ +--8<-- +tdp/configuration_management_plan.md +--8<-- + +
+ +--8<-- +tdp/quality_assurance_plan.md +--8<-- + +
+ +--8<-- +tdp/tabulator_trusted_build_instructions.md +--8<-- + +
+ +--8<-- +tdp/system_change_notes.md +--8<-- + +
+ +--8<-- +tdp/system_hardening_procedures_-_windows_os.md +--8<-- + +
+ +--8<-- +tdp/system_test_and_verification_specification.md +--8<-- + +
+ +--8<-- +tdp/user_guide.md +--8<-- + +
+ +--8<-- +tdp/tabulation_options_for_rcv_tabulation.md +--8<-- + +
+ +--8<-- +tdp/process_ranked_choice_voting_contest.md +--8<-- + +
+ +--8<-- +tdp/ballot_limitations_and_maximum_testing_range.md +--8<-- + +
+ +--8<-- +tdp/installation_instructions_for_windows_os.md +--8<-- + +
+ +--8<-- +tdp/trusted_build_and_output_hash_verification.md +--8<-- + +
+ +--8<-- +tdp/tabulator_command_line_instructions.md +--8<-- + +
+ +--8<-- +tdp/configuration_file_parameters.md +--8<-- + +
+ +--8<-- +tdp/rctab_cvr_files.md +--8<-- + +
+ +--8<-- +tdp/rctab_config_files.md +--8<-- + +
+ +--8<-- +tdp/post-election_audit_and_clearing_rctab_from_system.md +--8<-- + +
+ +--8<-- +tdp/rctab_operator_log_messages.md +--8<-- + +
+ +--8<-- +tdp/rctab_system_tab_hints.md +--8<-- + +
+ +--8<-- +tdp/coding_and_header_comment_standards_for_rctab.md +--8<-- + +
+ +--8<-- +tdp/secure_usb_process.md +--8<-- + +
+ +--8<-- +tdp/expected-outcome-rcv-test-sets-multi-winner.md +--8<-- + +
+ +--8<-- +tdp/expected-outcome-rcv-test-sets-single-winner.md +--8<-- + +
+ +--8<-- +tdp/ranked-choice-voting-laws.md +--8<-- + +
+ +--8<-- +tdp/22-month-archiving-procedure.md +--8<--