Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-docs
Merge requests
!473
Add support for swh package using src/swh directory structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add support for swh package using src/swh directory structure
douardda/swh-docs:support-src
into
master
Overview
5
Commits
1
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Merged
David Douard
requested to merge
douardda/swh-docs:support-src
into
master
1 month ago
Overview
5
Commits
1
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
e836c753
1 month ago
master (base)
and
latest version
latest version
07a363bc
1 commit,
1 month ago
version 1
e836c753
1 commit,
1 month ago
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docs/devel/bin/ln-sphinx-subprojects
+
2
−
0
Options
@@ -16,6 +16,8 @@ create_links () {
fi
if
[
-d
"../../../
${
pymodule
}
/swh"
]
;
then
cp
-r
-f
--symbolic-link
$(
realpath
../../../
${
pymodule
}
/swh/
*
)
sources/swh/
elif
[
-d
"../../../
${
pymodule
}
/src/swh"
]
;
then
cp
-r
-f
--symbolic-link
$(
realpath
../../../
${
pymodule
}
/src/swh/
*
)
sources/swh/
fi
pushd
../../../
${
pymodule
}
for
EXT
in
rst md
;
do
Loading