Skip to content

Commit 4f30ca0

Browse files
DOCSP-12713 fix for build warnings (#87)
1 parent 6d19b8f commit 4f30ca0

15 files changed

+110
-121
lines changed

source/admin/query-with-sql.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@ automatically removes the schema for a collection or view when you:
5959
- :ref:`Drop the database <dl-drop-database-cmd>` that contains the collection
6060
or view from the storage configuration.
6161

62-
.. class:: hidden
63-
64-
.. toctree::
65-
:titlesonly:
66-
67-
SQL Schema Format </reference/format/sql-schema-format>
68-
Generate SQL Schema </reference/cli/sql/sqlgenerateschema>
69-
Set SQL Schema </reference/cli/sql/sqlsetschema>
70-
Retrieve SQL Schema </reference/cli/sql/sqlgetschema>
71-
Connect Using JDBC Driver </tutorial/jdbc-driver>
62+
.. toctree::
63+
:titlesonly:
64+
:hidden:
65+
66+
SQL Schema Format </reference/format/sql-schema-format>
67+
Generate SQL Schema </reference/cli/sql/sqlgenerateschema>
68+
Set SQL Schema </reference/cli/sql/sqlsetschema>
69+
Retrieve SQL Schema </reference/cli/sql/sqlgetschema>
70+
Connect Using JDBC Driver </tutorial/jdbc-driver>

source/administration.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ This section contains the following:
1313
- :ref:`Optimizing Query Performance <optimize-query-perf>`
1414
- :ref:`Determining Query Status <determine-query-status>`
1515

16-
.. class:: hidden
16+
.. toctree::
17+
:titlesonly:
18+
:hidden:
1719

18-
.. toctree::
19-
:titlesonly:
20-
21-
/config/manage-stores-cli
22-
/config/manage-dbs-cli
23-
/config/manage-collections-views-cli
24-
/admin/manage-namespace-catalog-cli
25-
/config/update-region
20+
/config/manage-stores-cli
21+
/config/manage-dbs-cli
22+
/config/manage-collections-views-cli
23+
/admin/manage-namespace-catalog-cli
24+
/config/update-region

source/config/config-data-lake.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,10 @@ and run the following database commands:
169169

170170
For complete documentation on the configuration fields and format, see :ref:`datalake-configuration-format`.
171171

172-
.. class:: hidden
172+
.. toctree::
173+
:titlesonly:
174+
:hidden:
173175

174-
.. toctree::
175-
:titlesonly:
176-
177-
/reference/format/data-lake-configuration
178-
/reference/examples/path-syntax-examples
179-
/supported-unsupported/supported-partition-attributes
176+
/reference/format/data-lake-configuration
177+
/reference/examples/path-syntax-examples
178+
/supported-unsupported/supported-partition-attributes
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
ref: cli-param-collection-name
2+
content: |
3+
Either the name of the collection to which {+data-lake-short+} maps the data
4+
contained in the {+data-lake-store+} or the wildcard ``"*"`` to dynamically
5+
create collections.
6+
---
7+
ref: cli-param-default-format
8+
content: |
9+
The format that {+data-lake-short+} defaults to if it encounters a file
10+
without an extension while querying the {+data-lake-store+}. The following values are valid:
11+
12+
``.json, .json.gz, .bson, .bson.gz, .avro, .avro.gz, .orc, .tsv, .tsv.gz,
13+
.csv, .csv.gz, .parquet``
14+
15+
If omitted, {+data-lake-short+} attempts to detect the file type by
16+
processing a few bytes of the file.
17+
...

source/includes/extracts-common-conf-params.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,4 @@ content: |
3030
*Optional.* Maximum number of wildcard ``*`` collections in the database.
3131
Each wildcard collection can have only one data source. Value can be between
3232
``1`` and ``1000``, inclusive. If omitted, defaults to ``100``.
33-
---
34-
ref: cli-param-collection-name
35-
content: |
36-
Either the name of the collection to which {+data-lake-short+} maps the data
37-
contained in the {+data-lake-store+} or the wildcard ``"*"`` to dynamically
38-
create collections.
39-
---
40-
ref: cli-param-default-format
41-
content: |
42-
The format that {+data-lake-short+} defaults to if it encounters a file
43-
without an extension while querying the {+data-lake-store+}. If omitted,
44-
{+data-lake-short+} attempts to detect the file type by processing a few
45-
bytes of the file. The following values are valid:
46-
47-
``.json, .json.gz, .bson, .bson.gz, .avro, .avro.gz, .orc, .tsv, .tsv.gz,
48-
.csv, .csv.gz, .parquet``
4933
...

source/includes/steps-connect-shell.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ content: |
5858
5959
MongoDB Enterprise GettingStarted-shard-0:PRIMARY>
6060
61-
.. admonition:: Connection Troubleshooting
62-
:class: important
61+
.. important:: Connection Troubleshooting
6362
6463
If you are having trouble connecting to your cluster, double
6564
check that you have added your IP address to your

source/index.txt

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,16 @@ Fees` section of the `Atlas pricing page
9898
cost of data transfer depends on the Cloud Service Provider charges
9999
for same-region, region-to-region, or region-to-internet data transfer.
100100

101-
.. class:: hidden
102-
103-
.. toctree::
104-
:titlesonly:
105-
106-
/tutorial/getting-started
107-
/config/config-data-lake
108-
/administration
109-
/query/query-data-lake
110-
/admin/query-with-sql
111-
/reference
112-
/supported-unsupported
113-
/supported-unsupported/limitations
114-
/release-notes/data-lake
101+
.. toctree::
102+
:titlesonly:
103+
:hidden:
104+
105+
/tutorial/getting-started
106+
/config/config-data-lake
107+
/administration
108+
/query/query-data-lake
109+
/admin/query-with-sql
110+
/reference
111+
/supported-unsupported
112+
/supported-unsupported/limitations
113+
/release-notes/data-lake

source/query/query-data-lake.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,10 @@ queries, {+dl+} combines data from your |service| cluster and |s3| bucket
269269
in virtual databases and collections and returns a union of data in the
270270
results.
271271

272-
.. class:: hidden
272+
.. toctree::
273+
:titlesonly:
274+
:hidden:
273275

274-
.. toctree::
275-
:titlesonly:
276-
277-
/admin/optimize-query-performance
278-
/admin/determine-query-status
279-
/admin/terminate-running-query
276+
/admin/optimize-query-performance
277+
/admin/determine-query-status
278+
/admin/terminate-running-query

source/reference.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ This section contains information on the following:
1414
configuration <datalake-configuration-file>` and :ref:`namespace
1515
<manage-ns-catalog-cli>` catalog.
1616

17-
.. class:: hidden
17+
.. toctree::
18+
:titlesonly:
19+
:hidden:
1820

19-
.. toctree::
20-
:titlesonly:
21-
22-
/reference/api/datalakes-api
23-
/reference/cli/administration-commands
24-
/reference/pipeline/aggr-pipeline
21+
/reference/api/datalakes-api
22+
/reference/cli/administration-commands
23+
/reference/pipeline/aggr-pipeline

source/reference/api/datalakes-api.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,13 @@ Endpoints
6262

6363
- Delete an {+data-lake+} in the specified project.
6464

65-
.. class:: hidden
66-
67-
.. toctree::
68-
:titlesonly:
69-
70-
/reference/api/dataLakes-get-all-tenants
71-
/reference/api/dataLakes-get-one-tenant
72-
/reference/api/dataLakes-create-one-tenant
73-
/reference/api/dataLakes-update-one-tenant
74-
/reference/api/dataLakes-delete-one-tenant
65+
.. toctree::
66+
:titlesonly:
67+
:hidden:
68+
69+
/reference/api/dataLakes-get-all-tenants
70+
/reference/api/dataLakes-get-one-tenant
71+
/reference/api/dataLakes-create-one-tenant
72+
/reference/api/dataLakes-update-one-tenant
73+
/reference/api/dataLakes-delete-one-tenant
7574

0 commit comments

Comments
 (0)