Commit History

Author SHA1 Message Date
  Ben Finney a61776979f Add a Distutils command to build documents for the distribution. 8 years ago
  Ben Finney 4cd6a9de9e Add test cases for ‘build_manpages.DocumentBuilder’. 8 years ago
  Ben Finney a1a4d5e4d5 Add a DocumentBuilder class to build one document. 8 years ago
  Ben Finney dc3d1209c9 Add test cases for ‘build_manpages.assemble_maker’. 8 years ago
  Ben Finney 1d80ef71cf Add a function to assemble a manual page Maker. 8 years ago
  Ben Finney 45b30d87ae Add test cases for ‘argparse_help.CommandManPageMaker.make_manpage’. 8 years ago
  Ben Finney dd98a05eb8 Add test cases for ‘argparse_help.CommandManPageMaker.make_distribution_section’. 8 years ago
  Ben Finney 4c484ec98d Teach the CommandManPageMaker to make the DISTRIBUTION section. 8 years ago
  Ben Finney 2fdd103b33 Add test cases for ‘argparse_help.CommandManPageMaker.make_options_section’. 8 years ago
  Ben Finney 4a904a14a4 Teach the CommandManPageMaker to make the OPTIONS section. 8 years ago
  Ben Finney 4b3e27b3ce Add test cases for ‘argparse_help.CommandManPageMaker.make_description_section’. 8 years ago
  Ben Finney 5e72fd3866 Teach the CommandManPageMaker to make the DESCRIPTION section. 8 years ago
  Ben Finney dcfab2a61c Add test cases for ‘argparse_help.CommandManPageMaker.make_synopsis_section’. 8 years ago
  Ben Finney 049c379777 Teach the CommandManPageMaker to make the SYNOPSIS section. 8 years ago
  Ben Finney aa51294ee3 Teach the CommandDocument its standard content section titles. 8 years ago
  Ben Finney 65960b298b Add test cases for ‘argparse_help.CommandManPageMaker.set_parser’. 8 years ago
  Ben Finney 2d2b9d7668 Add a method to set the CommandManPageMaker command argument parser. 8 years ago
  Ben Finney cf09fa21ad Add test cases for class ‘argparse_help.CommandManPageMaker’. 8 years ago
  Ben Finney 1297051680 Add a CommandManPageMaker class to handle making a CommandDocument man page. 8 years ago
  Ben Finney 3a4857afb9 Add test cases for class ‘document.CommandDocument’. 8 years ago
  Ben Finney 4f18c403e9 Make a CommandDocument class for command-specific documents. 8 years ago
  Ben Finney 46421908a6 Add test cases for ‘document.Writer.write’. 8 years ago
  Ben Finney a7441e6457 Add test cases for class ‘document.Writer’. 8 years ago
  Ben Finney 27162bf049 Add a Writer class for a document. 8 years ago
  Ben Finney 5e18acb8fc Add test cases for ‘argparse_help.ManPageHelpFormatter._format_action_invocation’. 8 years ago
  Ben Finney 9acc60706e Format actions in options section. 8 years ago
  Ben Finney f48e268128 Add test cases for ‘argparse_help.ManPageHelpFormatter._format_actions_usage’. 8 years ago
  Ben Finney 6a436f35ee Add test cases for ‘argparse_help.ManPageHelpFormatter._format_args’. 8 years ago
  Ben Finney a425a84c51 Format parser actions as literal and variable text. 8 years ago
  Ben Finney b5fc350875 Add test cases for ‘argparse_help.ManPageHelpFormatter._metavar_formatter’. 8 years ago