You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Render docstrings (e.g. with [MdRenderer](/api/#sec-MdRenderer))
50
73
* Enable cross references to function documentation.
51
74
- Link to functions within a doc.
52
75
- Link to functions in other docs.
53
76
- Generate an inventory file for other docs to link to yours.
54
-
* (WIP) Generate high-level summaries.
55
-
- Class summaries, with methods.
77
+
* Generate high-level summaries.
78
+
- First line of docstring used as description.
79
+
- Class doc pages have table of class attributes.
56
80
- Tables of function names and descriptions.
57
81
58
-
## Different documentation structures
82
+
## Example sites
83
+
84
+
| style | source | layout |
85
+
| ----- | ------ | ------ |
86
+
|[pkgdown]|[github][pkgdown-code]| Index page with a title and short description for functions listed in each section. Each function gets its own documentation page. |
87
+
|[single-page]|[github][sp-code]| Index page has function documentation embedded on it. |
88
+
89
+
: {tbl-colwidths="[20, 20, 60]"}
59
90
60
-
* All functions listed on a single page.
61
-
* Functions split across a few pages (e.g. parsers, renderers).
0 commit comments