Commit Graph

6 Commits

Author SHA1 Message Date
Greg Waines d3421cc962 Adding stx-9.0 specs folder.
Signed-off-by: Greg Waines <greg.waines@windriver.com>
Change-Id: I14fb39bc93a81cddf7a139ef01f0325c84bdda85
2023-02-05 09:17:48 -05:00
98k 5ea99870e3 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I360cea415303e794c6cbacc26e91f4c8735373fb
Partial-Bug:  #1802032
Signed-off-by:  Andriy Shevchenko <18552437190@163.com>
2018-12-12 13:21:26 +00:00
Robert Church f2a756f493 Add doc8 linter to tox for spec validation
This will check the specs for the following when running tox:

linters runtests: commands[1] | doc8 specs/
Scanning...
Validating...
========
Total files scanned = 7
Total files ignored = 0
Total accumulated errors = 0
Detailed error counts:
    - CheckCarriageReturn = 0
    - CheckIndentationNoTab = 0
    - CheckMaxLineLength = 0
    - CheckNewlineEndOfFile = 0
    - CheckTrailingWhitespace = 0
    - CheckValidity = 0

Also fixes:
 - One long line violation in instructions.rst
 - DOS CRLF formatting of
   containerization-2002840-local-docker-registry.rst

Change-Id: I73e1c87401156fe1fd52ab2b5460201f559c6284
Signed-off-by: Robert Church <robert.church@windriver.com>
2018-10-22 20:34:58 -04:00
Chris Friesen 6b6a3407b7 Build docs by default as part of tox
Since most people will want to build the docs for the specs to verify
formatting, change the defaults so that just running "tox" will build
both linters and docs.

Change-Id: I59f0974af2d978461080913711ec782a5175f901
2018-10-15 13:26:27 -06:00
Dean Troyer e1ca4fabe1 Test specs jobs
Start with building Sphinx.

Change-Id: Ifb5eec24d7b0dea160b7bce20f96450919a03a0c
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-09-10 10:28:34 -05:00
Saul Wold 8f0d710960 Create initial template for specifications
Change-Id: I16a0fd0ff814ba38d442be218cc8daa77f8f1394
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2018-08-24 14:06:02 -07:00