-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a glossary to the documentation (#2212)
- Loading branch information
1 parent
15efdc7
commit 5c0fb76
Showing
3 changed files
with
34 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Glossary | ||
======== | ||
|
||
.. glossary:: | ||
|
||
plugin | ||
A drop-in piece of functionality. | ||
|
||
A plugin is a concrete class that extends :py:class:`betty.plugin.Plugin`. | ||
|
||
Read more about :doc:`plugins </development/plugin>`. | ||
|
||
plugin instance | ||
An object that is an instance of a :term:`plugin` (class). | ||
|
||
Read more about :doc:`plugins </development/plugin>`. | ||
|
||
plugin type | ||
A plugin type is a potentially abstract class that is or extends :py:class:`betty.plugin.Plugin`. | ||
|
||
Read more about :doc:`plugins </development/plugin>`. | ||
|
||
static site | ||
A website that consists solely of prebuilt files that are served to visitors directly as they are. Read more about | ||
`static web pages on Wikipedia <https://en.wikipedia.org/wiki/Static_web_page>`_ | ||
|
||
static site generator | ||
A software application that builds :term:`static sites <static site>`. Read more about | ||
`static site generators on Wikipedia <https://en.wikipedia.org/wiki/Static_site_generator>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters