Skip to content

Commit aed4063

Browse files
committed
#457 - Organize API reference better
1 parent c405d7c commit aed4063

File tree

11 files changed

+38
-84
lines changed

11 files changed

+38
-84
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Feel free to explore the library's capabilities and contribute to its developmen
4949
# Quickstart
5050

5151
## Requirements
52-
`thehive4py` works with all currently supported python versions, at the time of writing `py>=3.8`. One can check the official version support and end of life status [here](https://devguide.python.org/versions/).
52+
`thehive4py` works with all currently supported python versions. One can check the official version support and end of life status [here](https://devguide.python.org/versions/).
5353

5454
## Installation
5555
The `thehive4py` can be installed with pip like:

docs/reference.md

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

docs/reference/client.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: thehive4py.client

docs/reference/endpoints.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<style>
2+
.md-typeset h5 {
3+
text-transform: none;
4+
}
5+
</style>
6+
::: thehive4py.endpoints
7+
options:
8+
show_submodules: true

docs/reference/errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: thehive4py.errors

docs/reference/helpers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: thehive4py.helpers

docs/reference/query.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
::: thehive4py.query
2+
options:
3+
show_submodules: true

docs/reference/session.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
::: thehive4py.session

docs/reference/types.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<style>
2+
.md-sidebar--secondary .md-nav__list .md-nav__list .md-nav__list .md-nav__list {
3+
display: none
4+
}
5+
.md-typeset h5 {
6+
text-transform: none;
7+
}
8+
</style>
9+
::: thehive4py.types
10+
options:
11+
show_submodules: true

docs/styles/extra.css

Lines changed: 2 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,5 @@
1-
:root {
1+
:root > * {
22
--md-primary-fg-color: #0049d4;
33
--md-accent-fg-color: #ffc72c;
4-
}
5-
6-
@keyframes pulse {
7-
0%, 100% {
8-
transform: scale(1);
9-
}
10-
50% {
11-
transform: scale(1.25);
12-
}
13-
}
14-
15-
16-
.coming-soon {
17-
color: var(--md-primary-fg-color);
18-
font-size: 1.5rem;
19-
font-weight: bold;
20-
transition: 0.75s;
21-
}
22-
23-
.coming-soon:hover{
24-
color: var(--md-accent-fg-color);
25-
transition: 0.75s;
26-
}
27-
28-
.upleftbee {
29-
rotate: -90deg;
30-
}
31-
32-
.upbee {
33-
rotate: -45deg;
34-
}
35-
36-
.uprightbee{
37-
rotate: 0deg;
38-
}
39-
40-
.downleftbee {
41-
rotate: 180deg;
42-
}
43-
44-
.downbee {
45-
rotate: 135deg;
46-
}
47-
48-
.downrightbee{
49-
rotate: 90deg;
50-
}
51-
52-
.yellowbee {
53-
color: var(--md-accent-fg-color)
54-
}
55-
56-
.bluebee {
57-
color: var(--md-primary-fg-color)
58-
}
59-
60-
.strangebee {
61-
animation: pulse 2s infinite;
62-
font-size: 1.5rem;
63-
vertical-align: top !important;
4+
--md-typeset-a-color: #2977ff;
645
}

0 commit comments

Comments
 (0)