Skip to content

Commit a1b1e1d

Browse files
committed
Fix docs
1 parent 0e783ed commit a1b1e1d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/api.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
.. currentmodule:: codingame
22

3+
###############
34
API Reference
4-
===============
5+
###############
56

67
The following section outlines the API of codingame.
78

89
Version Related Info
9-
----------------------
10+
======================
1011

1112
There are two main ways to query version information about the library. For guarantees, check :ref:`version_guarantees`.
1213

@@ -23,7 +24,7 @@ There are two main ways to query version information about the library. For guar
2324
off of :pep:`440`.
2425

2526
Client
26-
--------
27+
========
2728

2829
.. autoclass:: Client()
2930
:members:
@@ -32,7 +33,7 @@ Client
3233
.. _codingame_api_models:
3334

3435
CodinGame Models
35-
------------------
36+
==================
3637

3738
Models are classes that are received from CodinGame and are not meant to be created by
3839
the user of the library.
@@ -62,7 +63,7 @@ Clash of Code
6263
:members:
6364

6465
Exceptions
65-
------------
66+
============
6667

6768
The following exceptions are thrown by the library.
6869

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"sphinx.ext.autodoc",
4848
"sphinx.ext.coverage",
4949
"sphinx.ext.intersphinx",
50-
"exception_hierarchy"
50+
# "exception_hierarchy"
5151
]
5252

5353
# Links used for cross-referencing stuff in other documentation

0 commit comments

Comments
 (0)