mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#mkdocs

1 Beitrag1 Beteiligte*r0 Beiträge heute

Durch die Umstellung meines Blogs von #Wordpress auf #mkdocs kann ich das Paket bei Hetzner von Level 9 (10,90/Monat) auf Level 1 (2,09/Monat) wechseln 🤗 Dort sind jetzt nur noch die Email-Postfächer der Familie und die Domains.

Dabei ist mir noch aufgefallen, dass ich beim #Nextcloud Hosting Storage Share für 1TB auf einem Alten Vertrag war (NX30). Habe den auf NX11 umgestellt, der kostet nur die Hälfte (5,11/Monat).

I used the nice #pdoc pdoc.dev/ package to **really** easily generate my #python package documentation.
I am hitting the walls of this simplicity and looking for alternatives.
I tried #sphinx a while ago and didn't really liked it.
#mkdocs seems nice.
any ideas about one of those or advantages/experiences?

pdoc.devpdoc – Generate API Documentation for Python Projectspdoc is a simple tool to auto-generate API documentation for Python libraries. It uses your existing docstrings and requires no configuration.

You'd think generating Markdown docs from Python docstrings would be straightforward and common, but apparently not.

Couldn't get lazydocs to work, reading some other things now…

On the plus side, I can just toss the `.md` files in the right spot, commit them to Codeberg, and get hosted API docs.

If I can't get this to work I can use mkdocs to pull the docstrings, generate HTML and host it on my website. 🤷

#python#markdown#lazydocs

"Most guides to docs like code, even the ones for non-devs, assume you have some developer knowledge: maybe you're already using version control, or you've encountered build pipelines before, or you're working alongside developers.

This guide is for the people who read that paragraph and wished it came with a glossary. This is docs like code for people who don't know what git is and have never installed VS Code.

This post explains terminology and concepts, to help you get a mental model of what's going on. If you prefer to dive in and pick up concepts as you go, skip straight to the tips in How to learn, and come back to the conceptual info as needed."

deborahwrites.com/blog/docs-li

deborahwrites.comDocs Like Code in very basic terms - Deborah WritesThis is Docs Like Code for people who don't know what git is and have never installed VS Code.

#discord IS LITERALLY THE PROBLEM!

I'm shure fecking #dread has better moderation and I'd rather use #MicrosoftTeams + #Slack cuz those at least have proper #moderation tools.

  • And I'd rather subscribe to the #LKML and see my inbox getting hosed than using any shitty #SaaS!

Case in point: I'd rather #SelfHost all my comms infrastructure than to ever use something like Discord or any other #GDPR-violating SaaS that is just enshittification.

I'd rather recommend people to instead choose a tool that does everything but horrible to go with multiple smaller & good tools

Check @alternativeto and @european_alternatives for options.

I released both TypeScript and C handler for #mkdocstrings to the public. My time is limited, my knowledge of these languages too, and these handlers are experimental, so I decided to make them public, hoping they'll get traction and contributions from people experienced in these languages 🙂

- mkdocstrings.github.io/typescr
- mkdocstrings.github.io/c/

mkdocstrings.github.ioOverview - mkdocstrings-typescriptA Typescript handler for mkdocstrings.