File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676# List of patterns, relative to source directory, that match files and
7777# directories to ignore when looking for source files.
7878exclude_patterns .append ('_templates' )
79+ exclude_patterns .append ('pkgtemplate.rst' )
7980
8081# Add any paths that contain templates here, relative to this directory.
8182if 'templates_path' not in locals (): # in case parent conf.py defines it
Original file line number Diff line number Diff line change 1+ packagname -- a description of the package
2+ ==========================================
3+
4+ .. automodule :: packagename
5+
6+ Introduction
7+ ------------
8+
9+ Include general content that might be useful for understanding the package here
10+
11+ Getting Started
12+ ---------------
13+
14+ A tutorial-oriented example of how to do common-tasks
15+
16+
17+
18+ API/Reference
19+ -------------
20+
21+
22+ .. automodapi :: packagename
You can’t perform that action at this time.
0 commit comments