ford
ford copied to clipboard
Automatically generates FORtran Documentation from comments within the code.
Have problems with how public methods of a derived type are displayed in FORD-generated doc. Code correctness verified with gfortran. Note: workarounds attempted are in Fortran code comments. ``` !>...
Hello, Does FORD support links to SUBMODULES? Referencing a `SUBMODULE (mod) subm` of `MODULE mod` with `[[subm]]` , `[[mod:subm]]` or `[[mod@subm]]` does not work.
One of the more interesting comments from our review was a wish to have a different view on the main page. Rather than seeing say the first dozen of the...
We have successfully sold our organization's management to switch over to FORD for our documentation, but there were several emphatic requests that they asked us to pursue. The first, but...
Hello: I have installed ford via conda in my new machine. When I tried to create the documentation I got this error: ``` Processing documentation comments... Correlating information from different...
We would like to have optional arguments in a procedure interface in the API view to be "greyed-out". This will make optional arguments more obvious at a glance. We understand...
I am trying to use FORD on one of our programs. The source code consists of some 20 files, nothing really large and I thought it was a good test...
This constructs an Alpine-based Docker image with FORD installed. This can then be used for CI/CD builds of documentation for projects. For instance, one could then use this for GitLab...
Any ideas on how it might be possible to use Fontawesome v6 instead of the default v4 in FORD? Simply adding this to the `` works ```html ... ``` but...
The `relative_url` function in output.py: ```python link_str = str(entity) link = BeautifulSoup(link_str, features="html.parser").a if link is not None: link_path = str(pathlib.Path(str(link["href"])).resolve()) else: link_path = link_str ``` will raise error for...