Skip to content

Commit cb8f2ee

Browse files
committed
Clean up
1 parent 7af613f commit cb8f2ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/gen_fortran_api.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@
4141

4242
with mkdocs_gen_files.open(target_file, "wb") as fh:
4343
fh.write(contents)
44-
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`.
4547
# with mkdocs_gen_files.open(
4648
# (FORD_OUTPUT_DIR).relative_to("docs") / "NAVIGATION.md", "w"
4749
# ) as fh:
4850
# fh.writelines("* [example_fgen_basic](home.html)")
4951

50-
# Remove the ford files (which were just copied)
52+
# Remove the ford files (which were just generated and copied)
5153
shutil.rmtree(REPO_ROOT / FORD_OUTPUT_DIR)
5254

5355
# Put back the gitkeep file which ford deletes

0 commit comments

Comments
 (0)