Skip to content

Commit

Permalink
Merge pull request #2382 from GEOS-ESM/feature/JK/docs
Browse files Browse the repository at this point in the history
Move the Ford/ folder into the docs/ folder (0 diff)
  • Loading branch information
mathomp4 authored Sep 26, 2023
2 parents 2947429 + 4e6af9a commit 937bb3a
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build and Deploy Docs
uses: ./.github/actions/deploy-ford-docs
with:
ford-input: Ford/docs-with-remote-esmf.md
doc-folder: Ford/doc
ford-input: docs/Ford/docs-with-remote-esmf.md
doc-folder: docs/Ford/doc
token: ${{ secrets.GITHUB_TOKEN }}

build-and-deploy-dev-docs:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build and Deploy Dev Docs
uses: ./.github/actions/deploy-ford-docs
with:
ford-input: Ford/docs-with-remote-esmf.public_private_protected.md
doc-folder: Ford/dev-doc
ford-input: docs/Ford/docs-with-remote-esmf.public_private_protected.md
doc-folder: docs/Ford/dev-doc
token: ${{ secrets.GITHUB_TOKEN }}
target-folder: dev-doc
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
src_dir: ../
src_dir: ../../
search: true
graph: false
coloured_edges: true
graph_maxdepth: 4
graph_maxnodes: 32
include: ../include/
../gFTL/install/GFTL-1.10/include/v1
../gFTL/install/GFTL-1.10/include/v2
include: ../../include/
../../gFTL/install/GFTL-1.10/include/v1
../../gFTL/install/GFTL-1.10/include/v2
exclude: EsmfRegridder.F90
FieldBLAS_IntrinsicFunctions.F90
GeomManager.F90
MaplGeom.F90
Regridder.F90
StateSupplement.F90
exclude_dir: ../Ford
../Doxygen
../ESMA_cmake
../ESMA_env
../build
../gFTL
../esmf
../pFUnit
../fArgParse
../pFlogger
exclude_dir: ../../docs
../../Doxygen
../../ESMA_cmake
../../ESMA_env
../../build
../../gFTL
../../esmf
../../pFUnit
../../fArgParse
../../pFlogger
macro: USE_MPI=1
BUILD_WITH_PFLOGGER=1
BUILD_WITH_EXTDATA2G=1
Expand Down Expand Up @@ -61,4 +61,4 @@ fpp_extensions: F90
externalize: true
---

{!../README.md!}
{!../../README.md!}
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
---
src_dir: ../
src_dir: ../../
output_dir: dev-doc
search: true
graph: false
coloured_edges: true
graph_maxdepth: 4
graph_maxnodes: 32
include: ../include/
../gFTL/install/GFTL-1.10/include/v1
../gFTL/install/GFTL-1.10/include/v2
include: ../../include/
../../gFTL/install/GFTL-1.10/include/v1
../../gFTL/install/GFTL-1.10/include/v2
exclude: EsmfRegridder.F90
FieldBLAS_IntrinsicFunctions.F90
GeomManager.F90
MaplGeom.F90
Regridder.F90
StateSupplement.F90
exclude_dir: ../Ford
../Doxygen
../ESMA_cmake
../ESMA_env
../build
../gFTL
../esmf
../pFUnit
../fArgParse
../pFlogger
exclude_dir: ../../docs
../../Doxygen
../../ESMA_cmake
../../ESMA_env
../../build
../../gFTL
../../esmf
../../pFUnit
../../fArgParse
../../pFlogger
macro: USE_MPI=1
BUILD_WITH_PFLOGGER=1
BUILD_WITH_EXTDATA2G=1
Expand Down

0 comments on commit 937bb3a

Please sign in to comment.