Posts tagged ドキュメント

Publish Python code-linked documentation with MkDocs + mkdocstrings

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.

Read more ...


Steps to publish a self-introduction page on GitHub Pages using Poetry and MkDocs

This is a practical memo that organizes the steps to create a simple static page using MkDocs and publish it to GitHub Pages while managing packages with Poetry.

Read more ...