We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af613f commit cb8f2eeCopy full SHA for cb8f2ee
docs/gen_fortran_api.py
@@ -41,13 +41,15 @@
41
42
with mkdocs_gen_files.open(target_file, "wb") as fh:
43
fh.write(contents)
44
-
+# # If we want to move back to using literate-nav for maanging our navigation,
45
+# # also for the Fortran bits, we'll need something like the below
46
+# # and adjustments to the existing `NAVIGATION.md`.
47
# with mkdocs_gen_files.open(
48
# (FORD_OUTPUT_DIR).relative_to("docs") / "NAVIGATION.md", "w"
49
# ) as fh:
50
# fh.writelines("* [example_fgen_basic](home.html)")
51
-# Remove the ford files (which were just copied)
52
+# Remove the ford files (which were just generated and copied)
53
shutil.rmtree(REPO_ROOT / FORD_OUTPUT_DIR)
54
55
# Put back the gitkeep file which ford deletes
0 commit comments