Not understanding how to get great-docs to find my source code? #247
Unanswered
improperyour
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running it out of the box as instructed. But instructions say code is looked for "in standard locations". My code is likely not a in standard location (it's currently in apps/ - and yes, it's a django app at this point). but when I run init it doesn't find any files in there, even though they are all documented (google style).
I looked and looked and couldn't find a way to point it to find files in the apps/ directory. I'm sure I'm doing something wrong, but am having issues figuring it out.
The tree look something like this:
├── apps
│ ├── account
│ │ └── migrations
│ ├── economy
│ │ └── migrations
│ ├── home
│ │ └── migrations
│ ├── items
│ │ └── migrations
│ ├── narration
│ │ └── migrations
│ ├── notifications
│ │ └── migrations
│ ├── recognition
│ │ └── migrations
│ └── parts
│ └── migrations
Where the apps/
is where all the python files live.Any help would have my undying appreciation.
Beta Was this translation helpful? Give feedback.
All reactions