diff --git a/docs/conf.py b/docs/conf.py index ef9dc37717965969ffbcf0b0331c59ce61f2c2f2..13fb185e118b2b23bb28993a665338cdebfafbd0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ source_suffix = ".rst" master_doc = "index" # General information about the project. -project = "AN APPROACH TOWARDS THE APPLICATION OF MOBILE ROBOTS IN LASER MATERIALS PROCESSING" +project = "POSITION CONTROL OF MOBILE ROBOTS FOR LASER MATERIAL PROCESSING" copyright = "2023, Thomas Kaster" author = "Thomas Kaster" @@ -126,7 +126,7 @@ todo_include_todos = False # a list of builtin themes. # html_theme = "piccolo_theme" -html_title = "AN APPROACH TOWARDS THE APPLICATION OF MOBILE ROBOTS IN LASER MATERIALS PROCESSING - Supplementary Information" +html_title = "POSITION CONTROL OF MOBILE ROBOTS FOR LASER MATERIAL PROCESSING - Supplementary Information" # Theme options are theme-specific and customize the look and feel of a # theme further. For a list of options available for each theme, see the # documentation. @@ -142,7 +142,7 @@ html_static_path = ["_static"] # -- Options for HTMLHelp output --------------------------------------- # Output file base name for HTML help builder. -htmlhelp_basename = "an_approach_towards_the_application_of_mobile_robots_in_laser_materials_processing_doc" +htmlhelp_basename = "position_control_of_mobile_robots_for_laser_material_processing_doc" # -- Options for LaTeX output ------------------------------------------ @@ -168,8 +168,8 @@ latex_elements = { latex_documents = [ ( master_doc, - "an_approach_towards_the_application_of_mobile_robots_in_laser_materials_processing.tex", - "AN APPROACH TOWARDS THE APPLICATION OF MOBILE ROBOTS IN LASER MATERIALS PROCESSING", + "position_control_of_mobile_robots_for_laser_material_processing.tex", + "POSITION CONTROL OF MOBILE ROBOTS FOR LASER MATERIAL PROCESSING", "Thomas Kaster", "manual", ), @@ -183,8 +183,8 @@ latex_documents = [ man_pages = [ ( master_doc, - "an_approach_towards_the_application_of_mobile_robots_in_laser_materials_processing", - "AN APPROACH TOWARDS THE APPLICATION OF MOBILE ROBOTS IN LASER MATERIALS PROCESSING Supplementary Information", + "position_control_of_mobile_robots_for_laser_material_processing", + "POSITION CONTROL OF MOBILE ROBOTS FOR LASER MATERIAL PROCESSING Supplementary Information", [author], 1, ) @@ -199,10 +199,10 @@ man_pages = [ texinfo_documents = [ ( master_doc, - "an_approach_towards_the_application_of_mobile_robots_in_laser_materials_processing", - "AN APPROACH TOWARDS THE APPLICATION OF MOBILE ROBOTS IN LASER MATERIALS PROCESSING Supplementary Information", + "position_control_of_mobile_robots_for_laser_material_processing", + "POSITION CONTROL OF MOBILE ROBOTS FOR LASER MATERIAL PROCESSING Supplementary Information", author, - "an_approach_towards_the_application_of_mobile_robots_in_laser_materials_processing", + "position_control_of_mobile_robots_for_laser_material_processing", "One line description of project.", "Miscellaneous", ),