{"id":26149759,"url":"https://github.com/cdslaborg/paramonte-kernel-doc","last_synced_at":"2026-03-07T18:32:37.623Z","repository":{"id":107356888,"uuid":"322136557","full_name":"cdslaborg/paramonte-kernel-doc","owner":"cdslaborg","description":"Doxygen documentation of the ParaMonte kernel library","archived":false,"fork":false,"pushed_at":"2024-04-07T19:03:54.000Z","size":243560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T23:38:41.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdslaborg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-17T00:30:48.000Z","updated_at":"2021-12-10T11:27:28.000Z","dependencies_parsed_at":"2025-03-11T05:36:51.136Z","dependency_job_id":"7521d641-3dc0-4159-9f3e-d10c6c07db9c","html_url":"https://github.com/cdslaborg/paramonte-kernel-doc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cdslaborg/paramonte-kernel-doc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdslaborg%2Fparamonte-kernel-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdslaborg%2Fparamonte-kernel-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdslaborg%2Fparamonte-kernel-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdslaborg%2Fparamonte-kernel-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdslaborg","download_url":"https://codeload.github.com/cdslaborg/paramonte-kernel-doc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdslaborg%2Fparamonte-kernel-doc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30226247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T18:12:09.766Z","status":"ssl_error","status_checked_at":"2026-03-07T18:11:58.786Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-11T05:36:43.284Z","updated_at":"2026-03-07T18:32:37.601Z","avatar_url":"https://github.com/cdslaborg.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://cdslaborg.github.io/paramonte-kernel-doc/html/\" target=\"_blank\"\u003e\n    \u003cimg alt=\"paramonte-kernel-doc\" src=\"https://cdslaborg.github.io/paramonte-kernel-doc/html/logo.png\" width=\"80%\"\u003e\n\u003c/a\u003e\n\n\u003ch1\u003e\n    The ParaMonte Kernel API Documentation\n\u003c/h1\u003e\n\nThis project contains the \n\u003ca href=\"https://cdslaborg.github.io/paramonte-kernel-doc/html/\" target=\"_blank\"\u003e\n    Application Programming Interface documentation\n\u003c/a\u003e\nof the \n\u003ca href=\"https://github.com/cdslaborg/paramonte\" target=\"_blank\"\u003e\n    ParaMonte kernel library\n\u003c/a\u003e\n.\n\u003cbr\u003e\nFor full documentation visit the\n\u003ca href=\"https://www.cdslab.org/paramonte/\" target=\"_blank\"\u003e\n    ParaMonte library's documentation website\n\u003c/a\u003e\n.\n\n\u003c/div\u003e\n\n\u003e **This repository is now archived permanently and will not be updated**.  \n\u003e All ParaMonte library documentation source files are now located in the new [paramonted](https://github.com/cdslaborg/paramonted) repository.\n\n### Instructions to regenerate the documentation  \n\n+   Install [Doxygen](https://www.doxygen.nl/download.html) on your system.  \n\n+   To regenerate the ParaMonte documentation from source,  \n    +   Create a fork of the [ParaMonte project](https://github.com/cdslaborg/paramonte/)\n        on your personal GitHub account and clone the forked ParaMonte repository on your system.  \n    +   Create a fork of the [ParaMonte kernel documentation project](https://github.com/cdslaborg/paramonte-kernel-doc/) on your personal\n        GitHub account and clone it inside the [src folder](https://github.com/cdslaborg/paramonte/tree/main/src) of the ParaMonte repository.  \n    +   When cloning is done, you should see a new subfolder `/paramonte-kernel-doc` in the `/src` folder of your local copy of ParaMonte Project.  \n    +   Make any adjustments/updates as needed to the source of the documentation in the source files in `/src/kernel` subfolder.  \n    +   Open a Bash terminal inside `/src/paramonte-kernel-doc` and make sure you are on the `main` branch of the documentation project,  \n    +   Rebuild the new `ParaMonte::Kernel` documentation by calling the following script on the Bash command-line,  \n        ```bash\n        ./build.sh\n        ```  \n    +   Inspect the message warning log of Doxygen in the output file `READ_THESE_BUILD_WARNINGS.txt` for any potential documentation errors.\n    +   Inspect the generated documentation by navigating to the `/src/paramonte-kernel-doc/html` folder and\n        opening the `index.html` via a web browser. Make sure all new changes look fine in the browser.\n    +   If everything looks good, then stage, commit, and push the new documentation to your fork of\n        the `ParaMonte::Kernel` documentation repository on GitHub.  \n        ```bash\n        git add --all\n        git commit -m\"latest documentation build\"\n        git push --all\n        ```  \n    +   Open a pull request (PR) on the [ParaMonte documentation repository](https://github.com/cdslaborg/paramonte-kernel-doc/pulls)\n        to merge your new changes with the repository.  \n\n+   To generate new header, footer, or css stylesheet, \n    follow the [Doxygen instructions here](https://www.doxygen.nl/manual/config.html#cfg_html_header). \n    The regeneration command is the following:  \n    ```bash\n    doxygen -w html new_header.html new_footer.html new_stylesheet.css config.txt\n    ```  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdslaborg%2Fparamonte-kernel-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdslaborg%2Fparamonte-kernel-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdslaborg%2Fparamonte-kernel-doc/lists"}