Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: VACUMM/sphinx-fortran
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MaximeVdB/sphinx-fortran
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Mar 7, 2020

  1. Copy the full SHA
    6ec3455 View commit details
  2. Copy the full SHA
    93400a6 View commit details
  3. Copy the full SHA
    db257d4 View commit details
  4. Copy the full SHA
    c02642d View commit details
  5. Copy the full SHA
    870c791 View commit details

Commits on Mar 8, 2020

  1. Copy the full SHA
    1ad06fd View commit details
  2. Copy the full SHA
    541df7f View commit details
  3. Copy the full SHA
    20cc649 View commit details
  4. Copy the full SHA
    355cd78 View commit details
  5. Copy the full SHA
    77be95b View commit details
  6. Copy the full SHA
    3e92585 View commit details
  7. Copy the full SHA
    33d15f7 View commit details
  8. ENH: disable sorting

    MaximeVdB committed Mar 8, 2020
    Copy the full SHA
    34a6013 View commit details
  9. Copy the full SHA
    08a77d1 View commit details
  10. Copy the full SHA
    5d57cd0 View commit details
  11. Copy the full SHA
    925257e View commit details
  12. DOC: add WARNING.md

    MaximeVdB committed Mar 8, 2020
    Copy the full SHA
    7403bf9 View commit details
  13. Copy the full SHA
    f708fcb View commit details
  14. Copy the full SHA
    f126edb View commit details
  15. Copy the full SHA
    e20e422 View commit details
  16. Copy the full SHA
    244cf04 View commit details
  17. Copy the full SHA
    6193c1c View commit details
  18. Copy the full SHA
    03109e4 View commit details
  19. Copy the full SHA
    0eeb034 View commit details

Commits on Mar 9, 2020

  1. Copy the full SHA
    dedbf17 View commit details
  2. Copy the full SHA
    8989db6 View commit details
  3. Copy the full SHA
    aa8c274 View commit details
  4. Copy the full SHA
    101a6d8 View commit details
  5. Copy the full SHA
    397ec86 View commit details

Commits on Apr 29, 2020

  1. Copy the full SHA
    2015bcc View commit details

Commits on May 18, 2020

  1. Copy the full SHA
    90a74d2 View commit details

Commits on Jun 21, 2020

  1. Copy the full SHA
    2ad797a View commit details
Showing with 3,490 additions and 41 deletions.
  1. +10 −0 WARNING.md
  2. +3,412 −0 sphinxfortran/crackfortran.py
  3. +42 −26 sphinxfortran/fortran_autodoc.py
  4. +26 −15 sphinxfortran/fortran_domain.py
10 changes: 10 additions & 0 deletions WARNING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Warning

This sphinx-fortran fork is not exactly pretty --
compared to upstream, it basically adds a bunch
of ad-hoc changes to make it work for a particular
code that follows the Fortran >= 2003 standard.

A decent sphinx extension for (modern) Fortran would
require an almost complete rewrite of sphinx-fortran,
as well as numpy.f2py.crackfortran.
Loading