Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bob.paper.nir_patch_pooling
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
bob
bob.paper.nir_patch_pooling
Commits
f04958a7
Commit
f04958a7
authored
5 years ago
by
Ketan Kotwal
Browse files
Options
Downloads
Patches
Plain Diff
minor edits and corrections
parent
77e8bfc3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+0
-7
0 additions, 7 deletions
.gitignore
MANIFEST.in
+2
-1
2 additions, 1 deletion
MANIFEST.in
buildout.cfg
+9
-2
9 additions, 2 deletions
buildout.cfg
with
11 additions
and
10 deletions
.gitignore
+
0
−
7
View file @
f04958a7
...
@@ -11,10 +11,3 @@ src
...
@@ -11,10 +11,3 @@ src
develop-eggs
develop-eggs
sphinx
sphinx
dist
dist
.nfs*
.gdb_history
build
.coverage
record.txt
miniconda.sh
miniconda/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
2
−
1
View file @
f04958a7
include README.rst buildout.cfg COPYING version.txt requirements.txt
include README.rst buildout.cfg COPYING version.txt requirements.txt
recursive-include doc *.rst *.png *.ico *.txt
recursive-include doc *.rst *.png *.ico *.txt
\ No newline at end of file
recursive-include bob/paper/nir_patch_pooling/database/lists/ *.lst
This diff is collapsed.
Click to expand it.
buildout.cfg
+
9
−
2
View file @
f04958a7
...
@@ -2,12 +2,19 @@
...
@@ -2,12 +2,19 @@
[buildout]
[buildout]
parts
=
scripts
parts
=
scripts
develop
=
.
eggs
=
bob.paper.nir_patch_pooling
extensions
=
bob.buildout
extensions
=
bob.buildout
mr.developer
auto-checkout
=
*
debug
=
false
newest
=
false
newest
=
false
verbose
=
true
verbose
=
true
develop
=
.
eggs
=
bob.paper.nir_patch_pooling
[scripts]
[scripts]
recipe
=
bob.buildout:scripts
recipe
=
bob.buildout:scripts
dependent-scripts
=
true
dependent-scripts
=
true
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