pdoc3 / pdoc3/pdoc

Programmatically access markdown

Open
#297 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.2k
Forks
146
PR merge metrics
No merged PRs in 30d

Description

I would like to access the markdown formatted documentation programmatically. I understand that I could provide my own .mako files overwriting "text.mako" for example, but I was wondering if there was a better way, that I didn't find in the documentation.
Additionally, is there a reason as to why there is a text and html attribute in the module class but no markdown?

Best,

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the module class and documentation generation path to see how the existing text and html attributes are exposed. Determine whether markdown access is already supported through the documented template mechanism or requires a new public interface. Done means the supported behavior and its documentation are clear, with tests or examples covering markdown access if it is added.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.