Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
pypimonitor
Commits
9f08dc13
Commit
9f08dc13
authored
Mar 26, 2021
by
Louis
Browse files
Rename "master" branch to "main"
parent
f2405ec2
Pipeline
#401627
failed with stages
in 1 minute and 16 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9f08dc13
...
...
@@ -14,4 +14,4 @@ pages:
paths
:
-
public
only
:
-
ma
ster
-
ma
in
README.rst
View file @
9f08dc13
...
...
@@ -18,7 +18,7 @@ generate and serve this dashboard.
What's new?
-----------
See `changelog <http://framagit.org/spalax/pypimonitor/blob/ma
ster
/CHANGELOG.md>`_.
See `changelog <http://framagit.org/spalax/pypimonitor/blob/ma
in
/CHANGELOG.md>`_.
What's next?
------------
...
...
doc/conf.py
View file @
9f08dc13
...
...
@@ -48,8 +48,8 @@ source_suffix = ".rst"
# The encoding of source files.
# source_encoding = 'utf-8-sig'
# The ma
ster
toctree document.
master
_doc
=
"index"
# The ma
in
toctree document.
root
_doc
=
"index"
# General information about the project.
project
=
"pypimonitor"
...
...
@@ -231,7 +231,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
master
_doc
,
root
_doc
,
"pypimonitor.tex"
,
"PypiMonitor Documentation"
,
"Louis Paternault"
,
...
...
@@ -264,7 +264,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages
=
[(
master
_doc
,
"pypimonitor"
,
"PypiMonitor Documentation"
,
[
author
],
1
)]
man_pages
=
[(
root
_doc
,
"pypimonitor"
,
"PypiMonitor Documentation"
,
[
author
],
1
)]
# If true, show URL addresses after external links.
# man_show_urls = False
...
...
@@ -277,7 +277,7 @@ man_pages = [(master_doc, "pypimonitor", "PypiMonitor Documentation", [author],
# dir menu entry, description, category)
texinfo_documents
=
[
(
master
_doc
,
root
_doc
,
"pypimonitor"
,
"PypiMonitor Documentation"
,
author
,
...
...
doc/index.rst
View file @
9f08dc13
.. pypimonitor documentation ma
ster
file, created by
.. pypimonitor documentation ma
in
file, created by
sphinx-quickstart on Sat May 28 11:40:01 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
...
...
pypimonitor/data/templates/cells/gitlab/gitlabci.html
View file @
9f08dc13
<a
href=
"{{ cell.server }}/{{ cell.user }}/{% if cell.slug %}{{ cell.slug }}{% else %}{{ package }}{% endif %}/builds"
>
<img
src=
"{{ cell.server }}/{{ cell.user }}/{% if cell.slug %}{{ cell.slug }}{% else %}{{ package }}{% endif %}/badges/ma
ster
/pipeline.svg"
alt=
"Build"
>
<img
src=
"{{ cell.server }}/{{ cell.user }}/{% if cell.slug %}{{ cell.slug }}{% else %}{{ package }}{% endif %}/badges/ma
in
/pipeline.svg"
alt=
"Build"
>
</a>
pypimonitor/data/templates/cells/gitlab/gitlabcoverage.html
View file @
9f08dc13
<a
href=
"{{ cell.server }}/{{ cell.user }}/{% if cell.slug %}{{ cell.slug }}{% else %}{{ package }}{% endif %}/builds"
>
<img
src=
"{{ cell.server }}/{{ cell.user }}/{% if cell.slug %}{{ cell.slug }}{% else %}{{ package }}{% endif %}/badges/ma
ster
/coverage.svg"
alt=
"Test coverage"
>
<img
src=
"{{ cell.server }}/{{ cell.user }}/{% if cell.slug %}{{ cell.slug }}{% else %}{{ package }}{% endif %}/badges/ma
in
/coverage.svg"
alt=
"Test coverage"
>
</a>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment