Posts tagged GitHub Pages
Publication of documents used in the gh-pages branch and organization of comparative knowledge
- 2025/05/25
I will summarize what I learned most about the mechanism for publishing documents using the gh-pages branch of GitHub Pages.
Publish Python code-linked documentation with MkDocs + mkdocstrings
- 2025/05/23
I experienced automatically generating API documentation from Python code and publishing it on GitHub Pages using MkDocs, so I would like to summarize the steps and impressions.