Skip to content

Commit 3e43b36

Browse files
authored
Updating docs (#330)
1 parent ed35c9d commit 3e43b36

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sys.path.insert(0, os.path.abspath(".."))
55

66
project = "python-arango"
7-
copyright = "2016-2022, Joohwan Oh"
7+
copyright = "2016-2024, Joohwan Oh"
88
author = "Joohwan Oh"
99
extensions = [
1010
"sphinx_rtd_theme",

docs/contributing.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Requirements
77
Before submitting a pull request on GitHub_, please make sure you meet the
88
following requirements:
99

10-
* The pull request points to dev_ branch.
10+
* The pull request points to main_ branch.
1111
* Changes are squashed into a single commit. I like to use git rebase for this.
1212
* Commit message is in present tense. For example, "Fix bug" is good while
1313
"Fixed bug" is not.
1414
* Sphinx_-compatible docstrings.
1515
* PEP8_ compliance.
1616
* No missing docstrings or commented-out lines.
17-
* Test coverage_ remains at %100. If a piece of code is trivial and does not
17+
* Test coverage remains at %100. If a piece of code is trivial and does not
1818
need unit tests, use this_ to exclude it from coverage.
19-
* No build failures on `Travis CI`_. Builds automatically trigger on pull
19+
* No build failures. Builds automatically trigger on pull
2020
request submissions.
2121
* Documentation is kept up-to-date with the new changes (see below).
2222

@@ -88,12 +88,10 @@ Sphinx_. To build an HTML version on your local machine:
8888
8989
As always, thank you for your contribution!
9090

91-
.. _dev: https://github.com/joowani/python-arango/tree/dev
92-
.. _GitHub: https://github.com/joowani/python-arango
91+
.. _main: https://github.com/arangodb/python-arango/tree/main
92+
.. _GitHub: https://github.com/arangodb/python-arango
9393
.. _PEP8: https://www.python.org/dev/peps/pep-0008/
94-
.. _coverage: https://coveralls.io/github/joowani/python-arango
9594
.. _this: http://coverage.readthedocs.io/en/latest/excluding.html
96-
.. _Travis CI: https://travis-ci.org/joowani/python-arango
9795
.. _Sphinx: https://github.com/sphinx-doc/sphinx
9896
.. _flake8: http://flake8.pycqa.org
9997
.. _here: http://flake8.pycqa.org/en/latest/user/violations.html#in-line-ignoring-errors

0 commit comments

Comments
 (0)