Skip to content

Commit

Permalink
style changes to the backend documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Mar 29, 2021
1 parent 1a20353 commit 0d7ccfa
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 279 deletions.
37 changes: 37 additions & 0 deletions docs/css/custom_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,40 @@ table {
display: table !important;
border-spacing: 0px !important;
}

div.autodoc-docstring {
padding-left: 20px;
margin-bottom: 30px;
border-left: 5px solid rgba(230, 230, 230);
}

div.autodoc-members {
padding-left: 20px;
margin-bottom: 15px;
}

div.autodoc-signature *{
/*display: none;*/
all: initial !important;
/*
font-style: italic !important;
font-feature-settings: "kern","liga" !important;
font-family: var(--md-text-font-family,_),-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important;
*/
font-feature-settings: inherit !important;
font-family: inherit !important;
font-size: large !important;
font-weight: 600 !important;
/*color: #36464e !important;*/
color: #7e54b9 !important;
/*background-color: #f5f5f5 !important;*/
}
em.autodoc-param{
font-style: italic !important;
font-weight: 500 !important;
}

.autodoc-docstring{
border-color: #977fb8 !important;
border-
}
15 changes: 6 additions & 9 deletions docs/ecnqueue.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# ECNQueue documentation

## Item Class

::: webqueue2_api.ECNQueue.Item
::: webqueue2_api.ECNQueue
:docstring:

### Item functions
## Item Class

::: webqueue2_api.ECNQueue.Item
:docstring:
:private-members:
:members:

## Queue Class

::: webqueue2_api.ECNQueue.Queue
:docstring:

### Queue Functions

::: webqueue2_api.ECNQueue.Queue
:memebers:
:private-members:
:members:
Loading

0 comments on commit 0d7ccfa

Please sign in to comment.