Skip to content
#

python-package

Here are 221 public repositories matching this topic...

yaph
yaph commented Jan 24, 2019

When creating a site by sub-classing generate, indexes for pages not present in content are not generated.

What a document index could look like:

index = {
    '/about/': {'file': 'about.md'},
    '/dynamic-file/': {'doc': {'title': 'Document generated from different source.'}}
}

The keys are the canonical document URLs without the host. For files existing in the ``cont

Improve this page

Add a description, image, and links to the python-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-package topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.