Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
beartools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
We are now located at https://gitlab.com/uncoedu
You are on a read-only GitLab instance.
Show more breadcrumbs
Zeva Burklow
beartools
Commits
df3130f6
Commit
df3130f6
authored
3 months ago
by
Zeva Burklow
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Newline fixes
parent
45dce304
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1071
failed
3 months ago
Stage: lint
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
docs/guide.rst
+1
-1
1 addition, 1 deletion
docs/guide.rst
tests/test_file
+1
-1
1 addition, 1 deletion
tests/test_file
with
3 additions
and
3 deletions
.gitignore
+
1
−
1
View file @
df3130f6
...
@@ -18,4 +18,4 @@ docs/_build/
...
@@ -18,4 +18,4 @@ docs/_build/
.coverage
.coverage
coverage.xml
coverage.xml
.pytest_cache
.pytest_cache
report.xml
report.xml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/guide.rst
+
1
−
1
View file @
df3130f6
...
@@ -20,4 +20,4 @@ Currently, there is only one function:
...
@@ -20,4 +20,4 @@ Currently, there is only one function:
checksum = hash_file("path/to/file")
checksum = hash_file("path/to/file")
This will output the sha3_512 hash of the specified file. For more info, see the :ref:`API Reference`.
This will output the sha3_512 hash of the specified file. For more info, see the :ref:`API Reference`.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tests/test_file
+
1
−
1
View file @
df3130f6
This is a test file
This is a test file
\ No newline at end of file
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