Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kodex
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
kodex
Commits
bb0e12f7
Commit
bb0e12f7
authored
Mar 19, 2018
by
Yannick Chudy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user_size
parent
a300fb77
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
botapadapp.py
botapadapp.py
+2
-2
setup.py
setup.py
+0
-1
No files found.
botapadapp.py
View file @
bb0e12f7
...
...
@@ -450,8 +450,8 @@ def botimport(repo, padurl, gid, content_type):
'initial_size'
:
6
,
'vtx_size'
:
args
.
get
(
"vertex_size"
,
2
),
'user_font_size'
:
int
(
args
.
get
(
"user_font_size"
,
1
)
),
'user_vtx_size'
:
int
(
args
.
get
(
"user_vtx_size"
,
2
)
),
'user_font_size'
:
float
(
args
.
get
(
"user_font_size"
,
1
)
),
//
[
-
5
,
5
]
'user_vtx_size'
:
float
(
args
.
get
(
"user_vtx_size"
,
2
)
),
//
float
>
0
'show_text'
:
0
if
args
.
get
(
"no_text"
,
None
)
else
1
,
# removes vertex text
'show_nodes'
:
0
if
args
.
get
(
"no_nodes"
,
None
)
else
1
,
# removes vertex only
...
...
setup.py
View file @
bb0e12f7
...
...
@@ -9,7 +9,6 @@ from setuptools import setup, find_packages
0.6 added edge direction with reification > or < where
%
===
%
<
"""
required
=
[]
try
:
with
open
(
'requirements.txt'
)
as
f
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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