Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build documentation recursively for all files in directory and subdirectories. #78

Open
mclate opened this issue Nov 19, 2014 · 1 comment

Comments

@mclate
Copy link

mclate commented Nov 19, 2014

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/...
...
goosemo added a commit to goosemo/pycco that referenced this issue Mar 26, 2016
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
@goosemo
Copy link
Contributor

goosemo commented Mar 26, 2016

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants