File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
.. currentmodule :: codingame
2
2
3
+ ###############
3
4
API Reference
4
- ===============
5
+ ###############
5
6
6
7
The following section outlines the API of codingame.
7
8
8
9
Version Related Info
9
- ----------------------
10
+ ======================
10
11
11
12
There are two main ways to query version information about the library. For guarantees, check :ref: `version_guarantees `.
12
13
@@ -23,7 +24,7 @@ There are two main ways to query version information about the library. For guar
23
24
off of :pep: `440 `.
24
25
25
26
Client
26
- --------
27
+ ========
27
28
28
29
.. autoclass :: Client()
29
30
:members:
32
33
.. _codingame_api_models :
33
34
34
35
CodinGame Models
35
- ------------------
36
+ ==================
36
37
37
38
Models are classes that are received from CodinGame and are not meant to be created by
38
39
the user of the library.
@@ -62,7 +63,7 @@ Clash of Code
62
63
:members:
63
64
64
65
Exceptions
65
- ------------
66
+ ============
66
67
67
68
The following exceptions are thrown by the library.
68
69
Original file line number Diff line number Diff line change 47
47
"sphinx.ext.autodoc" ,
48
48
"sphinx.ext.coverage" ,
49
49
"sphinx.ext.intersphinx" ,
50
- "exception_hierarchy"
50
+ # "exception_hierarchy"
51
51
]
52
52
53
53
# Links used for cross-referencing stuff in other documentation
You can’t perform that action at this time.
0 commit comments