Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Binary paint shop problem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
Binary paint shop problem
Commits
54bf9415
Commit
54bf9415
authored
1 year ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
prace: Publikování na web
parent
4ce5f27b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
prace/bakalarka/main.py
+2
-1
2 additions, 1 deletion
prace/bakalarka/main.py
prace/jk_web
+1
-1
1 addition, 1 deletion
prace/jk_web
with
3 additions
and
2 deletions
prace/bakalarka/main.py
+
2
−
1
View file @
54bf9415
...
@@ -29,7 +29,7 @@ base_page = jk_web.main.base_page
...
@@ -29,7 +29,7 @@ base_page = jk_web.main.base_page
with
web
.
Module
(
"
bakalarka
"
)
as
module_bakalarka
,
web
.
ctx
.
add_out_path_prefix
(
"
bakalarka
/
"
):
with
web
.
Module
(
"
bakalarka
"
)
as
module_bakalarka
,
web
.
ctx
.
add_out_path_prefix
(
jk_web
.
main
.
bakalarka
_prefix
):
bakalarka_pdf
=
web
.
ctx
.
out_path_prefix
+
"
bakalarka.pdf
"
bakalarka_pdf
=
web
.
ctx
.
out_path_prefix
+
"
bakalarka.pdf
"
web_index
=
web
.
Mpage
(
d
,
web_index
=
web
.
Mpage
(
d
,
"
index
"
,
"
index
"
,
...
@@ -39,6 +39,7 @@ with web.Module("bakalarka") as module_bakalarka, web.ctx.add_out_path_prefix("b
...
@@ -39,6 +39,7 @@ with web.Module("bakalarka") as module_bakalarka, web.ctx.add_out_path_prefix("b
commands
=
formatitko_commands
,
commands
=
formatitko_commands
,
custom_pdf
=
bakalarka_pdf
,
custom_pdf
=
bakalarka_pdf
,
)
)
assert
str
(
web_index
)
==
jk_web
.
main
.
web_bakalarka
,
(
str
(
web_index
),
jk_web
.
main
.
web_bakalarka
)
web_index
.
higher_page
=
jk_web
.
main
.
web_projects
web_index
.
higher_page
=
jk_web
.
main
.
web_projects
@web.add_job
(
web
.
PRIORITY_WRITE
)
@web.add_job
(
web
.
PRIORITY_WRITE
)
...
...
This diff is collapsed.
Click to expand it.
jk_web
@
9ede4be4
Compare
0693962e
...
9ede4be4
Subproject commit
0693962e7de332d9f07a842f14246f34ff7cda46
Subproject commit
9ede4be4aafe80561f4b76610423372d8114de42
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment