Following #349 and #424 it makes sense (to me) to have media_dir/ (and style/my_proj.css) under the page_dir/ directory with the rest of the markdown documentation.
However, this raises warnings of the like:
Warning: '/Users/me/my_Fortran_proj/page_dir/media_dir/index.md' does not exist
It would be nice if the warning could be suppressed for media_dir/ and subdirectories, or if a list of directories/patterns to ignore under pages_dir/ could be set.
Apologies if this is already possible and I missed it somewhere
Following #349 and #424 it makes sense (to me) to have
media_dir/(andstyle/my_proj.css) under thepage_dir/directory with the rest of the markdown documentation.However, this raises warnings of the like:
It would be nice if the warning could be suppressed for
media_dir/and subdirectories, or if a list of directories/patterns to ignore underpages_dir/could be set.Apologies if this is already possible and I missed it somewhere