szaghi / FLAP

Fortran command Line Arguments Parser for poor people
151 stars 34 forks source link

Small docs simplification #42

Closed zbeekman closed 9 years ago

zbeekman commented 9 years ago

Based on #38, fixes #41 and fixes #40

Updated documentation to:

  1. Use a symbolic link instead of duplicating README.md
  2. Fix coverage badge to point to codecov.io
  3. Fix compiler badges (by removing parenthesis inside of image urls) rendering in FORD documentation

Check out the following links on codecov.io to tweak some settings. Here are my suggestions:

  1. https://codecov.io/github/szaghi/FLAP/features/ignore : add src/IR_Precision.F90, src/Test_Driver.f90, src/Test_Driver_Args_From_String.f90 and src/Test_Driver_Nested.f90 to the ignored files so that the total coverage is only based on src/Data_Type_Command_Line_Interface.F90 and not the unit tests or unused code in fIR_Precision.F90
  2. https://codecov.io/github/szaghi/FLAP/features/comment : turn on everything
  3. https://codecov.io/github/szaghi/FLAP/features/status : project coverage %75, patch coverage %90