Skip to content

Commit 037956f

Browse files
authored
Merge pull request #198 from terakilobyte/DOCSP-23384
fixup guides includes
2 parents 473c2d5 + f345aac commit 037956f

10 files changed

+18
-18
lines changed

source/includes/crud/drivers_implicit_and.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{"$and": [{"orderFromSun": {"$gt": 2}}, {"orderFromSun": {"$lt": 5}}]}
1919
)
2020

21-
.. output:: /includes/crud/implicit_and_out.txt
21+
.. output:: /includes/crud/implicit_and_out.rst
2222
:language: json
2323

2424
- id: nodejs
@@ -36,5 +36,5 @@
3636
$and: [{ orderFromSun: { $gt: 2 } }, { orderFromSun: { $lt: 5 } }],
3737
});
3838

39-
.. output:: /includes/crud/implicit_and_out.txt
39+
.. output:: /includes/crud/implicit_and_out.rst
4040
:language: json
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

source/includes/crud_find_multiple_operators_and.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:language: python
1515
:linenos:
1616

17-
.. output:: /includes/crud/multiple-operators-and-out.txt
17+
.. output:: /includes/crud/multiple-operators-and-out.rst
1818
:language: json
1919

2020
.. include:: /includes/crud/implicit_and_note.rst
@@ -47,7 +47,7 @@
4747
:language: java
4848
:linenos:
4949

50-
.. output:: /includes/crud/multiple-operators-and-out.txt
50+
.. output:: /includes/crud/multiple-operators-and-out.rst
5151
:language: json
5252

5353
- id: nodejs
@@ -61,7 +61,7 @@
6161
:language: javascript
6262
:linenos:
6363

64-
.. output:: /includes/crud/multiple-operators-and-out.txt
64+
.. output:: /includes/crud/multiple-operators-and-out.rst
6565
:language: json
6666

6767
.. include:: /includes/crud/implicit_and_note.rst
@@ -77,6 +77,6 @@
7777
:language: csharp
7878
:linenos:
7979

80-
.. output:: /includes/crud/multiple-operators-and-out.txt
80+
.. output:: /includes/crud/multiple-operators-and-out.rst
8181
:language: json
8282

source/includes/crud_find_multiple_operators_or.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:language: python
1414
:linenos:
1515

16-
.. output:: /includes/crud/multiple-operators-or-out.txt
16+
.. output:: /includes/crud/multiple-operators-or-out.rst
1717
:language: json
1818

1919
- id: go
@@ -45,7 +45,7 @@
4545
:language: java
4646
:linenos:
4747

48-
.. output:: /includes/crud/multiple-operators-or-out.txt
48+
.. output:: /includes/crud/multiple-operators-or-out.rst
4949
:language: json
5050

5151
- id: nodejs
@@ -59,7 +59,7 @@
5959
:language: javascript
6060
:linenos:
6161

62-
.. output:: /includes/crud/multiple-operators-or-out.txt
62+
.. output:: /includes/crud/multiple-operators-or-out.rst
6363
:language: json
6464

6565
- id: csharp
@@ -73,6 +73,6 @@
7373
:language: csharp
7474
:linenos:
7575

76-
.. output:: /includes/crud/multiple-operators-or-out.txt
76+
.. output:: /includes/crud/multiple-operators-or-out.rst
7777
:language: json
7878

source/includes/crud_find_multiple_query.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:language: python
1515
:linenos:
1616

17-
.. output:: /includes/crud/multi-query-out.txt
17+
.. output:: /includes/crud/multi-query-out.rst
1818
:language: json
1919

2020
- id: go
@@ -49,7 +49,7 @@
4949
:language: java
5050
:linenos:
5151

52-
.. output:: /includes/crud/multi-query-out.txt
52+
.. output:: /includes/crud/multi-query-out.rst
5353
:language: json
5454

5555
- id: nodejs
@@ -65,7 +65,7 @@
6565
:language: javascript
6666
:linenos:
6767

68-
.. output:: /includes/crud/multi-query-out.txt
68+
.. output:: /includes/crud/multi-query-out.rst
6969
:language: json
7070

7171
- id: csharp
@@ -80,6 +80,6 @@
8080
:language: csharp
8181
:linenos:
8282

83-
.. output:: /includes/crud/multi-query-out.txt
83+
.. output:: /includes/crud/multi-query-out.rst
8484
:language: json
8585

source/includes/crud_read_operator_final_less_than.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:language: python
1515
:linenos:
1616

17-
.. output:: /includes/crud/less-than-query-out.txt
17+
.. output:: /includes/crud/less-than-query-out.rst
1818
:language: json
1919
- id: go
2020
content: |
@@ -48,7 +48,7 @@
4848
:language: java
4949
:linenos:
5050

51-
.. output:: /includes/crud/less-than-query-out.txt
51+
.. output:: /includes/crud/less-than-query-out.rst
5252
:language: json
5353

5454
- id: nodejs
@@ -62,7 +62,7 @@
6262
:language: javascript
6363
:linenos:
6464

65-
.. output:: /includes/crud/less-than-query-out.txt
65+
.. output:: /includes/crud/less-than-query-out.rst
6666
:language: json
6767

6868
- id: csharp
@@ -76,5 +76,5 @@
7676
:language: csharp
7777
:linenos:
7878

79-
.. output:: /includes/crud/less-than-query-out.txt
79+
.. output:: /includes/crud/less-than-query-out.rst
8080
:language: json

0 commit comments

Comments
 (0)