Unverified Commit 250d6660 authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

new logo (#50)

* new logo

* size
parent 8c58be50
.header-logo { .header-logo {
background-image: url("../images/logo.png"); background-image: url("../images/logo.png");
background-size: 150px 40px; background-size: 156px 35px;
height: 40px; height: 35px;
width: 150px; width: 156px;
} }
code { code {
word-break: normal; word-break: normal;
......
docs/source/_static/images/logo.png

5.38 KB | W: | H:

docs/source/_static/images/logo.png

2.01 KB | W: | H:

docs/source/_static/images/logo.png
docs/source/_static/images/logo.png
docs/source/_static/images/logo.png
docs/source/_static/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -51,25 +51,25 @@ html_theme_options = { ...@@ -51,25 +51,25 @@ html_theme_options = {
# "menu" is a list of dictionaries where you can specify the content and the # "menu" is a list of dictionaries where you can specify the content and the
# behavior of each item in the menu. Each item can either be a link or a # behavior of each item in the menu. Each item can either be a link or a
# dropdown menu containing a list of links. # dropdown menu containing a list of links.
# "menu": [ "menu": [
# # A link # A link
# {"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"}, {"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"},
# # A dropdown menu # A dropdown menu
# { # {
# "name": "Projects", # "name": "Projects",
# "children": [ # "children": [
# # A vanilla dropdown item # # A vanilla dropdown item
# { # {
# "name": "nerfstudio", # "name": "nerfstudio",
# "url": "https://docs.nerf.studio/", # "url": "https://docs.nerf.studio/",
# "description": "The all-in-one repo for NeRFs", # "description": "The all-in-one repo for NeRFs",
# }, # },
# ], # ],
# # Optional, determining whether this dropdown menu will always be # # Optional, determining whether this dropdown menu will always be
# # highlighted. # # highlighted.
# # "active": True, # # "active": True,
# }, # },
# ], ],
} }
# html_theme_options = { # html_theme_options = {
# "canonical_url": "", # "canonical_url": "",
......
...@@ -15,6 +15,10 @@ Using NerfAcc, ...@@ -15,6 +15,10 @@ Using NerfAcc,
*And it is pure python interface with flexible apis!* *And it is pure python interface with flexible apis!*
.. note::
The Github of this repo with be accessable soon.
.. note:: .. note::
This repo is focusing on the single scene situation. Generalizable Nerfs across \ This repo is focusing on the single scene situation. Generalizable Nerfs across \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment