Loading site/config.toml +0 −6 Original line number Diff line number Diff line Loading @@ -47,12 +47,6 @@ identifier = "forum" url = "https://github.com/ymd-h/cpprb/discussions" weight = 25 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-bug'></i> Unit Test Coverage" identifier = "cov" url = "https://ymd_h.gitlab.io/cpprb/coverage/" weight = 30 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-blog'></i> Author's Blog" Loading site/site.org +1 −7 Original line number Diff line number Diff line Loading @@ -1268,10 +1268,7 @@ data structure is described at [[https://ymd_h.gitlab.io/cpprb/features/ape-x/][ =test/*.py= have unit tests. A lot of regression tests are included, too. =Dockerfile= is used for build and test environment. =.coveragerc= defines coverage configuration for [[https://coverage.readthedocs.io][Coverage.py]]. too. Under =site= directory, there are project site source and config file. =sphinx= directory contains main page and config file of API Loading Loading @@ -1343,9 +1340,6 @@ enabled. By using custom CSS (aka. =sphinx/static/custom.css=), we try to match the look and feel with that of the Hugo part. Additionally, we use [[https://sphinx-automodapi.readthedocs.io/en/latest/][sphinx-automodapi]] to build the module structure. [[https://ymd_h.gitlab.io/cpprb/coverage/][Unit test coverage report]] are hosted, too. The report is generated by unit test. *** CI Configuration We mainly utilize [[https://docs.gitlab.com/ee/ci/][GitLab CI/CD]]. We execute binary build, unit test, Loading Loading
site/config.toml +0 −6 Original line number Diff line number Diff line Loading @@ -47,12 +47,6 @@ identifier = "forum" url = "https://github.com/ymd-h/cpprb/discussions" weight = 25 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-bug'></i> Unit Test Coverage" identifier = "cov" url = "https://ymd_h.gitlab.io/cpprb/coverage/" weight = 30 [[menu.shortcuts]] name = "<i class='fas fa-fw fa-blog'></i> Author's Blog" Loading
site/site.org +1 −7 Original line number Diff line number Diff line Loading @@ -1268,10 +1268,7 @@ data structure is described at [[https://ymd_h.gitlab.io/cpprb/features/ape-x/][ =test/*.py= have unit tests. A lot of regression tests are included, too. =Dockerfile= is used for build and test environment. =.coveragerc= defines coverage configuration for [[https://coverage.readthedocs.io][Coverage.py]]. too. Under =site= directory, there are project site source and config file. =sphinx= directory contains main page and config file of API Loading Loading @@ -1343,9 +1340,6 @@ enabled. By using custom CSS (aka. =sphinx/static/custom.css=), we try to match the look and feel with that of the Hugo part. Additionally, we use [[https://sphinx-automodapi.readthedocs.io/en/latest/][sphinx-automodapi]] to build the module structure. [[https://ymd_h.gitlab.io/cpprb/coverage/][Unit test coverage report]] are hosted, too. The report is generated by unit test. *** CI Configuration We mainly utilize [[https://docs.gitlab.com/ee/ci/][GitLab CI/CD]]. We execute binary build, unit test, Loading