Skip to content

Example documentation location #589

Answered by pmeier
dooglewoogle asked this question in Q&A
Discussion options

You must be logged in to vote

Hey and welcome @dooglewoogle! The usage examples are generated by sphinx-gallery. You can find its config here:

sphinx_gallery_conf = {
"examples_dirs": PROJECT_ROOT / "examples",
"gallery_dirs": pathlib.Path("galleries") / "examples",
"filename_pattern": re.escape(os.sep) + r"example_\w+[.]py$",

It will build all files in example_dirs that match filename_pattern. You are looking for

# Depending on the dataset and your setup the training can take a couple of hours. To

I'm happy you want to contribute! You …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dooglewoogle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants