Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
monkeysphere
monkeysign
Commits
51dcf6f1
Commit
51dcf6f1
authored
8 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
give proper credits to documenters
parent
7f10c969
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
doc/conf.py
+5
-4
5 additions, 4 deletions
doc/conf.py
monkeysign/__init__.py
+2
-0
2 additions, 0 deletions
monkeysign/__init__.py
with
7 additions
and
4 deletions
doc/conf.py
+
5
−
4
View file @
51dcf6f1
...
@@ -51,13 +51,14 @@ except ImportError:
...
@@ -51,13 +51,14 @@ except ImportError:
# The master toctree document.
# The master toctree document.
master_doc
=
'
index
'
master_doc
=
'
index
'
# General information about the project.
project
=
u
'
Monkeysign
'
copyright
=
u
'
2014, Antoine Beaupré
'
# look for monkeysign in the parent directory
# look for monkeysign in the parent directory
sys
.
path
.
insert
(
0
,
os
.
path
.
dirname
(
__file__
)
+
'
/..
'
)
sys
.
path
.
insert
(
0
,
os
.
path
.
dirname
(
__file__
)
+
'
/..
'
)
from
monkeysign
import
__version__
as
version
from
monkeysign
import
__version__
as
version
from
monkeysign
import
__documenters__
# General information about the project.
project
=
u
'
Monkeysign
'
copyright
=
u
'
2014-2016, %s and %s
'
%
(
u
"
,
"
.
join
(
__documenters__
[
2
:
-
1
]),
__documenters__
[
-
1
])
# The version info for the project you're documenting, acts as replacement for
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# |version| and |release|, also used in various other places throughout the
...
...
This diff is collapsed.
Click to expand it.
monkeysign/__init__.py
+
2
−
0
View file @
51dcf6f1
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from
__future__
import
print_function
,
unicode_literals
__description__
=
'
OpenPGP key exchange for humans
'
__description__
=
'
OpenPGP key exchange for humans
'
__long_description__
=
"""
__long_description__
=
"""
monkeysign is a tool to overhaul the OpenPGP keysigning experience and
monkeysign is a tool to overhaul the OpenPGP keysigning experience and
...
...
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