sphinx-fortran
sphinx-fortran copied to clipboard
Fortran domain and autodoc extensions to Sphinx
Generic procedures are not detected as functions/subroutines, the same for operator overloading. Any chance it will be implemented? Or maybe I'm doing something wrong? example: ```fortran module class_instrumentalization ... private...
In a module i have ``` Fortran ... INTEGER, PARAMETER :: ps = 6 !Number of digits of a single precision float INTEGER, PARAMETER :: rs = 37 !Exponent range...
I have a section in a module of my Fortran code where ``` Fortran ... INTEGER, PARAMETER :: ps = 6 !Number of digits of a single precision float INTEGER,...
I'm trying to get a `Framework :: Sphinx :: Domain` PyPi classifier approved to help with the Sphinx docs as well as keep the ecosystem more organize and I need...
sphinx_fortran uses the packages 'six' and 'numpy' but they are not automatically installed by pip when sphinx-fortran is installed. Attempting to use sphinx_fortran without first manually installing 'six' produces the...
Hi, I am trying to set a minimal working example for fortran_autodoc. `make html` works when no files are added to the project. If I add a simple file such...
Hello, Is it possible to leave the comment header of fortran blocks as raw text without interpreting it as ReST please ? A possible fix is adding the following lines,...
Hi, I encounter the following exception `Extension error: Handler for event 'builder-inited' threw an exception (exception: 'fromsky')` when I try to parse a module with: `.. f:automodule:: psfun_d_serial_mod` if the...
link to http://sphinx.pocoo.org/ is broken