Skip to content

Commit 629174d

Browse files
authored
GG-32405: Fix documentation links (#25)
1 parent de75672 commit 629174d

4 files changed

Lines changed: 65 additions & 65 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'GridGain binary client Python API'
23-
copyright = '2018-2019, GridGain Community Edition License'
24-
author = 'Dmitry Melnichuk'
23+
copyright = '2018-2021, GridGain Community Edition License'
24+
author = 'GridGain Systems, Inc.'
2525

2626
# The short X.Y version
2727
version = ''

docs/datatypes/parsers.rst

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ of interoperability, you may have to sneak one or the other class, along
4747
with your data, in to some API function as a *type conversion hint*.
4848

4949
+-----------+--------------------+-------------------------------+------------------------------------------------------------------+
50-
|`type_code`|GridGain |Python type |Parser/constructor |
51-
| |docs reference |or class |class |
50+
|`type_code`|Documentation |Python type |Parser/constructor |
51+
| |reference |or class |class |
5252
+===========+====================+===============================+==================================================================+
5353
|*Primitive data types* |
5454
+-----------+--------------------+-------------------------------+------------------------------------------------------------------+
@@ -135,40 +135,40 @@ with your data, in to some API function as a *type conversion hint*.
135135
|0x1b |`Wrapped data`_ |tuple[int, bytes] |:class:`~pygridgain.datatypes.complex.WrappedDataObject` |
136136
+-----------+--------------------+-------------------------------+------------------------------------------------------------------+
137137

138-
.. _Byte: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-byte
139-
.. _Short: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-short
140-
.. _Int: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-int
141-
.. _Long: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-long
142-
.. _Float: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-float
143-
.. _Double: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-double
144-
.. _Char: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-char
145-
.. _Bool: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-bool
146-
.. _Null: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-null
147-
.. _String: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-string
148-
.. _UUID: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-uuid-guid-
149-
.. _Timestamp: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-timestamp
150-
.. _Date: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-date
151-
.. _Time: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-time
152-
.. _Decimal: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-decimal
153-
.. _Enum: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-enum
154-
.. _Byte array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-byte-array
155-
.. _Short array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-short-array
156-
.. _Int array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-int-array
157-
.. _Long array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-long-array
158-
.. _Float array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-float-array
159-
.. _Double array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-double-array
160-
.. _Char array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-char-array
161-
.. _Bool array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-bool-array
162-
.. _String array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-string-array
163-
.. _UUID array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-uuid-guid-array
164-
.. _Timestamp array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-timestamp-array
165-
.. _Date array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-date-array
166-
.. _Time array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-time-array
167-
.. _Decimal array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-decimal-array
168-
.. _Object array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-object-collections
169-
.. _Collection: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-collection
170-
.. _Map: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-map
171-
.. _Enum array: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-enum-array
172-
.. _Binary enum: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-binary-enum
173-
.. _Wrapped data: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-wrapped-data
174-
.. _Complex object: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-complex-object
138+
.. _Byte: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#byte
139+
.. _Short: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#short
140+
.. _Int: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#int
141+
.. _Long: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#long
142+
.. _Float: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#float
143+
.. _Double: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#double
144+
.. _Char: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#char
145+
.. _Bool: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#bool
146+
.. _Null: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#null
147+
.. _String: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#string
148+
.. _UUID: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#uuid-guid
149+
.. _Timestamp: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#timestamp
150+
.. _Date: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#date
151+
.. _Time: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#time
152+
.. _Decimal: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#decimal
153+
.. _Enum: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#enum
154+
.. _Byte array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#byte-array
155+
.. _Short array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#short-array
156+
.. _Int array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#int-array
157+
.. _Long array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#long-array
158+
.. _Float array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#float-array
159+
.. _Double array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#double-array
160+
.. _Char array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#char-array
161+
.. _Bool array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#bool-array
162+
.. _String array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#string-array
163+
.. _UUID array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#uuid-guid-array
164+
.. _Timestamp array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#timestamp-array
165+
.. _Date array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#date-array
166+
.. _Time array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#time-array
167+
.. _Decimal array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#decimal-array
168+
.. _Object array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#object-collections
169+
.. _Collection: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#collection
170+
.. _Map: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#map
171+
.. _Enum array: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#enum-array
172+
.. _Binary enum: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#binary-enum
173+
.. _Wrapped data: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#wrapped-data
174+
.. _Complex object: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#complex-object

docs/examples.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -649,24 +649,24 @@ with the following message:
649649
650650
# pygridgain.exceptions.HandshakeError: Handshake error: Unauthenticated sessions are prohibited.
651651
652-
.. _get_and_put.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/get_and_put.py
653-
.. _type_hints.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/type_hints.py
654-
.. _failover.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/failover.py
655-
.. _scans.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/scans.py
656-
.. _sql.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/sql.py
657-
.. _binary_basics.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/binary_basics.py
658-
.. _read_binary.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/read_binary.py
659-
.. _create_binary.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/create_binary.py
660-
.. _migrate_binary.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/migrate_binary.py
661-
.. _Getting Started: https://apacheignite-sql.readme.io/docs/getting-started
652+
.. _get_and_put.py: https://github.com/gridgain/python-thin-client/tree/master/examples/get_and_put.py
653+
.. _type_hints.py: https://github.com/gridgain/python-thin-client/tree/master/examples/type_hints.py
654+
.. _failover.py: https://github.com/gridgain/python-thin-client/tree/master/examples/failover.py
655+
.. _scans.py: https://github.com/gridgain/python-thin-client/tree/master/examples/scans.py
656+
.. _sql.py: https://github.com/gridgain/python-thin-client/tree/master/examples/sql.py
657+
.. _binary_basics.py: https://github.com/gridgain/python-thin-client/tree/master/examples/binary_basics.py
658+
.. _read_binary.py: https://github.com/gridgain/python-thin-client/tree/master/examples/read_binary.py
659+
.. _create_binary.py: https://github.com/gridgain/python-thin-client/tree/master/examples/create_binary.py
660+
.. _migrate_binary.py: https://github.com/gridgain/python-thin-client/tree/master/examples/migrate_binary.py
661+
.. _Getting Started: https://ignite.apache.org/docs/latest/quick-start/sql
662662
.. _GridGain CE GitHub repository: https://github.com/gridgain/gridgain/blob/master/examples/sql/world.sql
663-
.. _Complex object: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-complex-object
663+
.. _Complex object: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#complex-object
664664
.. _Java keytool: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html
665-
.. _Securing Connection Between Nodes: https://apacheignite.readme.io/docs/ssltls#section-securing-connection-between-nodes
666-
.. _ClientConnectorConfiguration: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/ClientConnectorConfiguration.html
665+
.. _Securing Connection Between Nodes: https://ignite.apache.org/docs/latest/security/ssl-tls#ssltls-for-nodes
666+
.. _ClientConnectorConfiguration: https://www.gridgain.com/sdk/latest/javadoc/org/apache/ignite/configuration/ClientConnectorConfiguration.html
667667
.. _openssl: https://www.openssl.org/docs/manmaster/man1/openssl.html
668-
.. _Authentication: https://apacheignite.readme.io/docs/advanced-security#section-authentication
668+
.. _Authentication: https://ignite.apache.org/docs/latest/security/authentication
669669
.. _attrs: https://pypi.org/project/attrs/
670-
.. _get_and_put_complex.py: https://github.com/gridgain/gridgain/tree/master/modules/platforms/python/examples/get_and_put_complex.py
671-
.. _Collection: https://apacheignite.readme.io/docs/binary-client-protocol-data-format#section-collection
672-
.. _simple class names: https://apacheignite.readme.io/docs/binary-marshaller#binary-name-mapper-and-binary-id-mapper
670+
.. _get_and_put_complex.py: https://github.com/gridgain/python-thin-client/tree/master/examples/get_and_put_complex.py
671+
.. _Collection: https://ignite.apache.org/docs/latest/binary-client-protocol/data-format#collection
672+
.. _simple class names: https://ignite.apache.org/docs/latest/data-modeling/binary-marshaller#binary-name-mapper-and-binary-id-mapper

docs/readme.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ the whole repository:
6060
::
6161

6262
$ git clone git@github.com:gridgain/gridgain.git
63-
$ cd gridgain/modules/platforms/python
63+
$ cd python-thin-client
6464
$ pip install -e .
6565

6666
This will install the repository version of `pygridgain` into your environment
@@ -80,7 +80,7 @@ Examples
8080
--------
8181

8282
Some examples of using pygridgain are provided in
83-
`gridgain/modules/platforms/python/examples` folder. They are extensively
83+
`python-thin-client/examples` folder. They are extensively
8484
commented in the :ref:`examples_of_usage` section of the documentation.
8585

8686
This code implies that it is run in the environment with `pygridgain` package
@@ -97,7 +97,7 @@ Create and activate virtualenv_ environment. Run
9797

9898
::
9999

100-
$ cd gridgain/modules/platforms/python
100+
$ cd python-thin-client
101101
$ python ./setup.py pytest
102102

103103
This does not require `pytest` and other test dependencies to be installed
@@ -172,14 +172,14 @@ To recompile this documentation, do this from your virtualenv_ environment:
172172

173173
::
174174

175-
$ cd gridgain/modules/platforms/python
175+
$ cd python-thin-client
176176
$ pip install -r requirements/docs.txt
177177
$ cd docs
178178
$ make clean
179179
$ sphinx-apidoc -feM -o source/ ../ ../setup.py
180180
$ make html
181181

182-
Then open `gridgain/modules/platforms/python/docs/generated/html/index.html`_
182+
Then open `python-thin-client/docs/generated/html/index.html`_
183183
in your browser.
184184

185185
Licensing
@@ -189,9 +189,9 @@ This is a free software, brought to you on terms of the
189189
`GridGain Community Edition License`_.
190190

191191
.. _GridGain: https://docs.gridgain.com/docs
192-
.. _binary client protocol: https://apacheignite.readme.io/docs/binary-client-protocol
192+
.. _binary client protocol: https://ignite.apache.org/docs/latest/binary-client-protocol/binary-client-protocol
193193
.. _GridGain Community Edition License: https://www.gridgain.com/products/software/community-edition/gridgain-community-edition-license
194194
.. _virtualenv: https://virtualenv.pypa.io/
195195
.. _setuptools: https://setuptools.readthedocs.io/
196-
.. _gridgain/modules/platforms/python/docs/generated/html/index.html: .
196+
.. _python-thin-client/docs/generated/html/index.html: .
197197
.. _editable installs: https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs

0 commit comments

Comments
 (0)