-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Autodoc ordering, removing InstallPackageFrom*
- Loading branch information
Showing
7 changed files
with
24 additions
and
71 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
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
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#! @Chapter Compilation | ||
|
||
#! @Chapter Commands | ||
#! @Section Manual compilation | ||
|
||
#! @Description | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,3 @@ | ||
#! @Description | ||
#! Attempts to download and install a package from a git repository located at | ||
#! the given URL. Returns <K>false</K> if something went wrong, and | ||
#! <K>true</K> otherwise. | ||
#! | ||
#! If the optional string argument <A>branch</A> is specified, this function | ||
#! will install the branch with this name. Otherwise, the repository's | ||
#! default branch will be used. | ||
#! | ||
#! Certain decisions, such as installing newer versions of packages, will be | ||
#! confirmed by the user via an interactive shell – to avoid this | ||
#! interactivity and use sane defaults instead, the optional second argument | ||
#! <A>interactive</A> can be set to <K>false</K>. | ||
#! @Arguments url[, interactive][, branch] | ||
#! @Returns | ||
#! <K>true</K> or <K>false</K> | ||
DeclareGlobalFunction("InstallPackageFromGit"); | ||
|
||
DeclareGlobalFunction("PKGMAN_NameOfGitRepo"); |
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