1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
**********************************************************************
Submodules
**********************************************************************
A submodule is a foreign repository that is embedded within a
dedicated subdirectory of the repositories tree.
.. autoclass:: pygit2.Repository
:members: listall_submodules
.. py:attribute:: Repository.submodules
The collection of submodules, an instance of
:py:class:`pygit2.submodules.SubmoduleCollection`
.. autoclass:: pygit2.submodules.SubmoduleCollection
:members:
The Submodule type
====================
.. autoclass:: pygit2.Submodule
:members:
|