Closed keunwoochoi closed 7 years ago
Thanks for the feedback, I'll update the information to be clearer similar to what you suggested. :)
> Q1: Hm, I think that depends on the theme you are using, or maybe it is a "feature" of MKDocs, since typically a web server like NGinx will server a request to time_frequency/
from time_frequency/index.html
. I'll check it out later. Either way, this is an MKDocs issue.
> Q2: I haven't used pydocmd with readthedocs yet. It seems, it only supports Sphinx and MKDocs. Unfortunately, pydocmd has to generate the documentation files first, thus it won't work with readthedocs unless they give you the ability to run some custom commands to build the documentation.
I see. Really don't know much about web stuff and didn't expect documentation could be such a pain.. anyway, thanks!
I hope it's a bit clearer now :)
Hi, thanks for nice project. I'm new to any sort of documentation and wanted to use pydocmd for my python package. I found it a bit confusing to understand the exact workflow for pydocmd. I think it could be easier for beginners if READMD is more like a tutorial with the same sequence that users have to do. I'd like to PR but after I make it to properly use it for myself. Below is what I am understanding now.
Let's say
my_proj
is the project folderNow I have
docs/pydocmd.yml
.Edit
docs/pydocmd.yml
to generate.md
files.pages:
theme: readthedocs docs_dir: sources gens_dir: _build/pydocmd # default (-> MkDocs docs_dir) site_dir: _build/site # default loader: pydocmd.loader.PythonLoader # default preprocessor: pydocmd.preprocessor.Preprocessor # default
repo_url: http://github.com/keunwoochoi/kapre site_url: http://kapre.readthedocs.io site_description: 'Documentation for Kapre, Keras Audio Preprocessor layers'
$ pydocmd generate
$ pydocmd build