Skip to content

Simple file.py -> file.md use case #241

Discussion options

You must be logged in to vote

I'm getting closer. I was able to approximate the old behavior with the following command-line:

pydoc-markdown -m jc '{"processors": [{"type":"filter"},{"type":"pydocmd"}]}' > ../docs/readme.md

Basically it looks like I had to override the default configuration which includes the "smart" processor. In my case I want to hardcode the processor to pydocmd. I'll keep playing with it, but I think I'm getting the hang of it now.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kellyjonbrazil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment