We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e0d65 + 466b00e commit 45a3e9fCopy full SHA for 45a3e9f
CONTRIBUTING.rst
@@ -1,6 +1,8 @@
1
Contributing to VWS Python
2
==========================
3
4
+.. contents::
5
+
6
Contributions to this repository must pass tests and linting.
7
8
Travis CI is the canonical source truth.
@@ -51,13 +53,24 @@ Run ``pytest``:
51
53
52
54
pytest
55
56
+Documentation
57
+-------------
58
59
+Documentation is built on Read the Docs.
60
61
+Run the following commands to build and view documentation locally:
62
63
+.. code:: sh
64
65
+ make docs
66
+ make open-docs
67
68
Travis CI
69
---------
70
71
Tests are run on Travis CI.
72
The configuration for this is in ``.travis.yml``.
73
-
74
Performing a release
75
--------------------
76
0 commit comments