-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fortran documentation #9
Comments
The vars_global issue is solved. It was related to the 'parameter' statement of some variables which was not recognized. |
I reshuffled the structure of the docs for the modules. Will push tomorrow. Great work indeed! |
Great! Ok, pull it first, I made a minor tweak |
I pushed a detailed structure to the documentation and added some entries in the first part (general and main classes). It is a long way though... |
one step at a time :) |
The documentation is now complete (more or less). It would be good to have some comments or review of the text. |
Updated the checklist |
I have patched f2py/crackfortran and a version of sphinxfortran to have similar highlighting to the python and to recognize the way we write our variable and interface declarations.
An example is the ED_AUX_FUNX.f90 file, which now has a doc page at
https://aamaricci.github.io/EDIpack2.0/fortran_src/modules/ed_aux_funx.html
All the other files need to be documented, so if anyone wants ... :)
How to do it
List of functions to document
Mark the functions you complete, remove those which are not going to be documented
To review
The text was updated successfully, but these errors were encountered: