sphinx-fortran
sphinx-fortran copied to clipboard
Fortran domain and autodoc extensions to Sphinx
Two different things: - these 2 directives don't give the same result for the subroutine toto .. f:autosrcfile:: toto.f90 .. f:autosubroutine:: toto The first one detects correctly the optional argument,...
I'm currently working on some instructional material on using Sphinx for Fortran projects and I noticed that the autodoc feature mixes up the descriptions of parameters. E.g. when I have...
Hi, I need to mock out numpy to prevent compilation of fortran code, when building my doc by sphinx on ReadTheDocs. I'm afraid this becomes an issue when this sphinx...
Hi, I noticed the following warning at build: WARNING: The config value `fortran_src' has type `list', defaults to `str'. Please, change the line (setup function in fortran_autodoc module): app.add_config_value('fortran_src', '.',...
Hi, great project! Is it possible to have a more complete example on the type and format of the information that can be added to the source code, and that...
I was just playing around with sphinx-python (version 1.0.1) and noticed that the header and inline comments are not extracted when the `recursive` keyword precedes a subroutine. Example: With this...
Hi everyone, I am trying to use sphinx-fortran to autodoc my fortran code. I am able to get it autodoc comments under programs, modules, functions, subroutines and types but I...