File tree Expand file tree Collapse file tree 6 files changed +41
-51
lines changed Expand file tree Collapse file tree 6 files changed +41
-51
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,14 @@ versions of Apache Spark and MongoDB:
96
96
- **November 1, 2016**, `MongoDB Connector for Spark v2.0.0
97
97
<https://www.mongodb.com/products/spark-connector>`_ Released.
98
98
99
- .. class:: hidden
100
-
101
- .. toctree::
102
- :titlesonly:
103
-
104
- configuration
105
- scala-api
106
- java-api
107
- python-api
108
- r-api
109
- faq
110
- release-notes
111
- API Docs <https://www.javadoc.io/doc/org.mongodb.spark/mongo-spark-connector_2.11/{+current-version+}>
99
+ .. toctree::
100
+ :titlesonly:
101
+
102
+ configuration
103
+ scala-api
104
+ java-api
105
+ python-api
106
+ r-api
107
+ faq
108
+ release-notes
109
+ API Docs <https://www.javadoc.io/doc/org.mongodb.spark/mongo-spark-connector_2.11/{+current-version+}>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Spark Connector Java Guide
4
4
5
5
.. default-domain:: mongodb
6
6
7
- .. admonition :: Source Code
7
+ .. note :: Source Code
8
8
9
9
For the source code that combines all of the Java examples, see
10
10
:mongo-spark:`JavaIntroduction.java
@@ -117,12 +117,10 @@ Tutorials
117
117
- :doc:`/java/aggregation`
118
118
- :doc:`/java/datasets-and-sql`
119
119
120
- .. class:: hidden
120
+ .. toctree::
121
+ :titlesonly:
121
122
122
- .. toctree::
123
- :titlesonly:
124
-
125
- /java/write-to-mongodb
126
- /java/read-from-mongodb
127
- /java/aggregation
128
- /java/datasets-and-sql
123
+ /java/write-to-mongodb
124
+ /java/read-from-mongodb
125
+ /java/aggregation
126
+ /java/datasets-and-sql
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Spark Connector Python Guide
10
10
:depth: 2
11
11
:class: singlecol
12
12
13
- .. admonition :: Source Code
13
+ .. note :: Source Code
14
14
15
15
For the source code that contains the examples below, see
16
16
:mongo-spark:`introduction.py
@@ -76,13 +76,11 @@ Tutorials
76
76
- :doc:`/python/aggregation`
77
77
- :doc:`/python/filters-and-sql`
78
78
79
- .. class:: hidden
79
+ .. toctree::
80
+ :titlesonly:
80
81
81
- .. toctree::
82
- :titlesonly:
83
-
84
- /python/write-to-mongodb
85
- /python/read-from-mongodb
86
- /python/aggregation
87
- /python/filters-and-sql
82
+ /python/write-to-mongodb
83
+ /python/read-from-mongodb
84
+ /python/aggregation
85
+ /python/filters-and-sql
88
86
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Spark Connector R Guide
4
4
5
5
.. default-domain:: mongodb
6
6
7
- .. admonition :: Source Code
7
+ .. note :: Source Code
8
8
9
9
For the source code that contains the examples below, see
10
10
:mongo-spark:`introduction.R
@@ -67,12 +67,10 @@ Tutorials
67
67
- :doc:`/r/aggregation`
68
68
- :doc:`/r/filters-and-sql`
69
69
70
- .. class:: hidden
70
+ .. toctree::
71
+ :titlesonly:
71
72
72
- .. toctree::
73
- :titlesonly:
74
-
75
- /r/write-to-mongodb
76
- /r/read-from-mongodb
77
- /r/aggregation
78
- /r/filters-and-sql
73
+ /r/write-to-mongodb
74
+ /r/read-from-mongodb
75
+ /r/aggregation
76
+ /r/filters-and-sql
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Spark Connector Scala Guide
4
4
5
5
.. default-domain:: mongodb
6
6
7
- .. admonition :: Source Code
7
+ .. note :: Source Code
8
8
9
9
For the source code that contains the examples below, see
10
10
:mongo-spark:`Introduction.scala
@@ -139,13 +139,11 @@ Tutorials
139
139
- :doc:`/scala/datasets-and-sql`
140
140
- :doc:`/scala/streaming`
141
141
142
- .. class:: hidden
142
+ .. toctree::
143
+ :titlesonly:
143
144
144
- .. toctree::
145
- :titlesonly:
146
-
147
- /scala/write-to-mongodb
148
- /scala/read-from-mongodb
149
- /scala/aggregation
150
- /scala/datasets-and-sql
151
- /scala/streaming
145
+ /scala/write-to-mongodb
146
+ /scala/read-from-mongodb
147
+ /scala/aggregation
148
+ /scala/datasets-and-sql
149
+ /scala/streaming
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Datasets and SQL
4
4
5
5
.. default-domain:: mongodb
6
6
7
- .. admonition :: Source Code
7
+ .. note :: Source Code
8
8
9
9
For the source code that contains the examples below, see
10
10
:mongo-spark:`SparkSQL.scala
You can’t perform that action at this time.
0 commit comments