Skip to content

Commit

Permalink
Added initial updated files
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Apr 21, 2021
1 parent 993e8e4 commit c34a373
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
6 changes: 1 addition & 5 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ help:

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile copy_css
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

copy_css:
mkdir -p _build/html/_static/assets/
cp assets/custom.css _build/html/_static/assets/
3 changes: 3 additions & 0 deletions docs/assets/custom.css → docs/_static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

dt {
display: table;
margin: 6px 0;
Expand All @@ -10,3 +11,5 @@ dt {
padding: 6px;
position: relative;
}


7 changes: 7 additions & 0 deletions docs/api/tempo.serve.args.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.serve.args module
=======================

.. automodule:: tempo.serve.args
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/api/tempo.serve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Submodules
.. toctree::
:maxdepth: 6

tempo.serve.args
tempo.serve.base
tempo.serve.constants
tempo.serve.ingress
Expand All @@ -22,4 +23,5 @@ Submodules
tempo.serve.protocol
tempo.serve.remote
tempo.serve.runtime
tempo.serve.types
tempo.serve.utils
7 changes: 7 additions & 0 deletions docs/api/tempo.serve.types.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.serve.types module
========================

.. automodule:: tempo.serve.types
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@
html_static_path = ["_static"]

html_css_files = [
"assets/custom.css",
"css/custom.css",
]

0 comments on commit c34a373

Please sign in to comment.