Skip to content

Commit af91de7

Browse files
committed
CDRIVER-3597 replace taglist extension with includes
1 parent 3d4ead2 commit af91de7

File tree

76 files changed

+202
-482
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+202
-482
lines changed

THIRD_PARTY_NOTICES

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,6 @@ OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE, EVEN
4444
IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
4545

4646

47-
License notice for taglist.py
48-
-------------------------------------------------------------------------------
49-
50-
MIT License
51-
52-
Portions Copyright 2007-2009 by the Sphinx team.
53-
54-
Permission is hereby granted, free of charge, to any person obtaining
55-
a copy of this software and associated documentation files (the
56-
"Software"), to deal in the Software without restriction, including
57-
without limitation the rights to use, copy, modify, merge, publish,
58-
distribute, sublicense, and/or sell copies of the Software, and to
59-
permit persons to whom the Software is furnished to do so, subject to
60-
the following conditions:
61-
62-
The above copyright notice and this permission notice shall be
63-
included in all copies or substantial portions of the Software.
64-
65-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
66-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
67-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
68-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
69-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
70-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
71-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
72-
73-
7447
License notice for mongoc.css_t
7548
-------------------------------------------------------------------------------
7649

@@ -154,4 +127,4 @@ freely, subject to the following restrictions:
154127
3. This notice may not be removed or altered from any source distribution.
155128

156129
L. Peter Deutsch
157-
130+

build/sphinx/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set_local_dist (build_sphinx_DIST_local
44
CMakeLists.txt
55
mongoc_common.py
66
mongoc/__init__.py
7-
taglist.py
87
customindexlink.html
98
)
109

build/sphinx/taglist.py

Lines changed: 0 additions & 170 deletions
This file was deleted.

debian/copyright

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ Files: debian/*
4040
Copyright: 2015-2018 MongoDB, Inc.
4141
License: Apache-2.0
4242

43-
Files: build/sphinx/taglist.py src/libbson/doc/taglist.py
44-
Copyright: 2007-2009 by the Sphinx team
45-
License: Expat
46-
4743
Files: build/sphinx/readable/static/readable.css_t
4844
Copyright: 2013 by Ignacy Sokolowski
4945
License: Expat

src/libbson/doc/bson_array_as_json.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ Example
6767
6868
.. only:: html
6969

70-
.. taglist:: See Also:
71-
:tags: bson-as-json
70+
.. include:: includes/seealso/bson-as-json.txt

src/libbson/doc/bson_as_canonical_extended_json.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Example
4545
4646
.. only:: html
4747

48-
.. taglist:: See Also:
49-
:tags: bson-as-json
48+
.. include:: includes/seealso/bson-as-json.txt
5049

5150
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst

src/libbson/doc/bson_as_json.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Example
6161
6262
.. only:: html
6363

64-
.. taglist:: See Also:
65-
:tags: bson-as-json
64+
.. include:: includes/seealso/bson-as-json.txt
6665

6766
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
6867

src/libbson/doc/bson_as_relaxed_extended_json.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Example
4545
4646
.. only:: html
4747

48-
.. taglist:: See Also:
49-
:tags: bson-as-json
48+
.. include:: includes/seealso/bson-as-json.txt
5049

5150
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst

src/libbson/doc/bson_concat.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ Returns ``true`` if successful; ``false`` if the operation would overflow the ma
2929

3030
.. only:: html
3131

32-
.. taglist:: See Also:
33-
:tags: create-bson
32+
.. include:: includes/seealso/create-bson.txt

src/libbson/doc/bson_init.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ The :symbol:`bson_init()` function shall initialize a :symbol:`bson_t` that is p
2323

2424
.. only:: html
2525

26-
.. taglist:: See Also:
27-
:tags: create-bson
26+
.. include:: includes/seealso/create-bson.txt

0 commit comments

Comments
 (0)