You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should address the feature request from issue-78, where the request
was made to build documentation recursively for all files in a directory
and it's subdirectories.
pycco-docs#78
I've added a PR/branch for this feature, though w/o the need for a flag. As I've implemented the feature, one can just use directories as aruments to pycco and it'll recurse them automatically. Why don't you checkout the branch @mclate and see if it meets your needs?
Is it possible to add, say,
-r
(--recursive
) option to allow building documentation for all folders and subfolders in given directoy?$ pycco -r dir # Should generate docs like this: dir/__init__.py dir/subdir/__init__.py dir/subdir/package.py dir/subdir/subdir2/__init__.py dir/subdir/subdir/... ...
The text was updated successfully, but these errors were encountered: