Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
be47be34
Commit
be47be34
authored
Mar 14, 2020
by
Éloi Rivard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated documentation links
parent
551f6a6c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
README.rst
README.rst
+4
-4
doc/README.rst
doc/README.rst
+1
-1
doc/index.rst
doc/index.rst
+1
-1
setup.py
setup.py
+1
-1
No files found.
README.rst
View file @
be47be34
...
...
@@ -13,13 +13,13 @@ ZODB, a Python object-oriented database
.. image:: https://travis-ci.org/zopefoundation/ZODB.svg?branch=master
:target: https://travis-ci.org/zopefoundation/ZODB
:alt: Build status
.. image:: https://coveralls.io/repos/github/zopefoundation/ZODB/badge.svg
:target: https://coveralls.io/github/zopefoundation/ZODB
:alt: Coverage status
.. image:: https://readthedocs.org/projects/zodb/badge/?version=latest
:target: https://zodb.readthedocs.io/en/latest/
.. image:: https://readthedocs.org/projects/zodb
-docs
/badge/?version=latest
:target: https://zodb
-docs
.readthedocs.io/en/latest/
:alt: Documentation status
ZODB provides an object-oriented database for Python that provides a
...
...
@@ -39,7 +39,7 @@ above. It also runs on PyPy.
ZODB is an ACID Transactional database.
To learn more, visit: http
://www.zodb.org
To learn more, visit: http
s://zodb-docs.readthedocs.io
The github repository is: at https://github.com/zopefoundation/zodb
...
...
doc/README.rst
View file @
be47be34
...
...
@@ -2,7 +2,7 @@
ZODB documentation
==================
``zodbdocs`` is the source documentation for the website http://zodb
.org
. It
``zodbdocs`` is the source documentation for the website http://zodb
-docs.readthedocs.io
. It
contains all ZODB relevant documentation like "ZODB/ZEO Programming Guide",
some ZODB articles and links to the ZODB release notes.
...
...
doc/index.rst
View file @
be47be34
...
...
@@ -64,7 +64,7 @@ trackers for various ZODB components:
- BTrees `documentation <https://btrees.readthedocs.io/en/stable/>`_ and their `repository <https://github.com/zopefoundation/BTrees>`_
- ZEO (client-server framework) `repository <https://github.com/zopefoundation/ZEO>`_
- ZEO (client-server framework) `
documentation <https://zeo.readthedocs.io/en/stable/>`_ and its `
repository <https://github.com/zopefoundation/ZEO>`_
- relstorage `documentation <https://relstorage.readthedocs.io/en/latest/>`_ and its `repository <https://github.com/zodb/relstorage/>`_
...
...
setup.py
View file @
be47be34
...
...
@@ -58,7 +58,7 @@ setup(
keywords
=
"database nosql python zope"
,
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
url
=
'http://
www.zodb.org/
'
,
url
=
'http://
zodb-docs.readthedocs.io
'
,
license
=
"ZPL 2.1"
,
platforms
=
[
"any"
],
classifiers
=
list
(
filter
(
None
,
classifiers
.
split
(
"
\
n
"
))),
...
...
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