fortplot_doc_paths Module

Path building utilities for documentation generation



Subroutines

public pure subroutine build_readme_path(example_dir, readme_file)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: example_dir
character(len=PATH_MAX_LEN), intent(out) :: readme_file

public pure subroutine build_output_path(example_name, output_file)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: example_name
character(len=PATH_MAX_LEN), intent(out) :: output_file

public pure subroutine build_fortran_url(example_name, fortran_path)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: example_name
character(len=PATH_MAX_LEN), intent(out) :: fortran_path

public pure subroutine build_python_path(example_name, python_path)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: example_name
character(len=PATH_MAX_LEN), intent(out) :: python_path

public pure subroutine build_local_fortran_path(example_name, local_path)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: example_name
character(len=PATH_MAX_LEN), intent(out) :: local_path