Skip to content

Commit

Permalink
Created a glossary and added one new entry (GH-3810)
Browse files Browse the repository at this point in the history
  • Loading branch information
tashachin committed Sep 4, 2020
1 parent 4aec021 commit 74357d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/userguide/glossary.rst
@@ -0,0 +1,4 @@
.. glossary::

pointer
A **pointer** is a variable that stores the address of another variable (i.e. direct address of the memory location). They allow for dynamic memory allocation and deallocation. They can be used to build dynamic data structures. `Read more <https://en.wikipedia.org/wiki/Pointer_(computer_programming)#C_pointers>`__.
1 change: 1 addition & 0 deletions docs/src/userguide/index.rst
Expand Up @@ -35,3 +35,4 @@ Indices and tables

.. toctree::

glossary

0 comments on commit 74357d8

Please sign in to comment.