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 {
background-image: url("../images/logo.png");
background-size: 150px 40px;
height: 40px;
width: 150px;
background-size: 156px 35px;
height: 35px;
width: 156px;
}
code {
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 = {
# "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
# dropdown menu containing a list of links.
# "menu": [
# # A link
# {"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"},
# # A dropdown menu
# {
# "name": "Projects",
# "children": [
# # A vanilla dropdown item
# {
# "name": "nerfstudio",
# "url": "https://docs.nerf.studio/",
# "description": "The all-in-one repo for NeRFs",
# },
# ],
# # Optional, determining whether this dropdown menu will always be
# # highlighted.
# # "active": True,
# },
# ],
"menu": [
# A link
{"name": "GitHub", "url": "https://github.com/KAIR-BAIR/nerfacc"},
# A dropdown menu
# {
# "name": "Projects",
# "children": [
# # A vanilla dropdown item
# {
# "name": "nerfstudio",
# "url": "https://docs.nerf.studio/",
# "description": "The all-in-one repo for NeRFs",
# },
# ],
# # Optional, determining whether this dropdown menu will always be
# # highlighted.
# # "active": True,
# },
],
}
# html_theme_options = {
# "canonical_url": "",
......
......@@ -15,6 +15,10 @@ Using NerfAcc,
*And it is pure python interface with flexible apis!*
.. note::
The Github of this repo with be accessable soon.
.. note::
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