Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Show more breadcrumbs
Platform
Development
swh-core
Commits
9abc9f59
Commit
9abc9f59
authored
4 years ago
by
vlorentz
Browse files
Options
Downloads
Patches
Plain Diff
Include README.rst in the documentation.
parent
76360cc7
No related branches found
No related tags found
1 merge request
!208
core: Include README.rst in the documentation.
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.rst
+7
-2
7 additions, 2 deletions
README.rst
docs/README.rst
+1
-0
1 addition, 0 deletions
docs/README.rst
docs/index.rst
+1
-7
1 addition, 7 deletions
docs/index.rst
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
11 additions
and
11 deletions
README.
md
→
README.
rst
+
7
−
2
View file @
9abc9f59
swh-core
========
.. _swh-core:
Software Heritage - Core foundations
====================================
Low-level utilities and helpers used by almost all other modules in the stack.
core library for swh's modules:
- config parser
- hash computations
- serialization
...
...
This diff is collapsed.
Click to expand it.
docs/README.rst
0 → 120000
+
1
−
0
View file @
9abc9f59
../README.rst
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
7
View file @
9abc9f59
.. _swh-core:
Software Heritage - Core foundations
====================================
Low-level utilities and helpers used by almost all other modules in the stack.
.. include:: README.rst
Reference Documentation
-----------------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
9abc9f59
...
...
@@ -13,7 +13,7 @@ from setuptools import find_packages, setup
here
=
path
.
abspath
(
path
.
dirname
(
__file__
))
# Get the long description from the README file
with
open
(
path
.
join
(
here
,
"
README.
md
"
),
encoding
=
"
utf-8
"
)
as
f
:
with
open
(
path
.
join
(
here
,
"
README.
rst
"
),
encoding
=
"
utf-8
"
)
as
f
:
long_description
=
f
.
read
()
...
...
@@ -41,7 +41,7 @@ setup(
name
=
"
swh.core
"
,
description
=
"
Software Heritage core utilities
"
,
long_description
=
long_description
,
long_description_content_type
=
"
text/
markdown
"
,
long_description_content_type
=
"
text/
x-rst
"
,
python_requires
=
"
>=3.7
"
,
author
=
"
Software Heritage developers
"
,
author_email
=
"
swh-devel@inria.fr
"
,
...
...
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