Skip to content

Commit d30e5c6

Browse files
authored
[develop]: Add testing chapter to UG (#884)
* add/update requirements files * add xlinks to build/run files * update gitignore to NOT ignore BuildingRunningTesting dir * update configuration * update links * add linkcheck to Makefile * add preliminary testing chapter * rename docs to doc * update RTD yaml paths from docs to doc * minor updates to testing ch * minor updates to testing ch * add test summary statement
1 parent 0d438f4 commit d30e5c6

34 files changed

+198
-14
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# USE CAUTION WHEN ADDING WILDCARDS, as some builds use different filename #
1010
# conventions than others #
1111
##############################################################################
12-
build*/
12+
build/*/
1313
install*/
1414

1515
*.[aox]

.readthedocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111

1212
# Build documentation in the docs/ directory with Sphinx
1313
sphinx:
14-
configuration: docs/UserGuide/conf.py
14+
configuration: doc/UserGuide/conf.py
1515

1616
# Build documentation with MkDocs
1717
#mkdocs:
@@ -22,6 +22,5 @@ formats: all
2222

2323
# Optionally set the version of Python and requirements required to build your docs
2424
python:
25-
# version: 3.7
2625
install:
27-
- requirements: docs/UserGuide/requirements.txt
26+
- requirements: doc/UserGuide/requirements.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)