Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
250d6660
Unverified
Commit
250d6660
authored
Oct 05, 2022
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Oct 05, 2022
Browse files
new logo (#50)
* new logo * size
parent
8c58be50
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
22 deletions
+26
-22
docs/source/_static/css/readthedocs.css
docs/source/_static/css/readthedocs.css
+3
-3
docs/source/_static/images/logo.png
docs/source/_static/images/logo.png
+0
-0
docs/source/conf.py
docs/source/conf.py
+19
-19
docs/source/index.rst
docs/source/index.rst
+4
-0
No files found.
docs/source/_static/css/readthedocs.css
View file @
250d6660
.header-logo
{
.header-logo
{
background-image
:
url("../images/logo.png")
;
background-image
:
url("../images/logo.png")
;
background-size
:
15
0
px
40
px
;
background-size
:
15
6
px
35
px
;
height
:
40
px
;
height
:
35
px
;
width
:
15
0
px
;
width
:
15
6
px
;
}
}
code
{
code
{
word-break
:
normal
;
word-break
:
normal
;
...
...
docs/source/_static/images/logo.png
View replaced file @
8c58be50
View file @
250d6660
5.38 KB
|
W:
|
H:
2.01 KB
|
W:
|
H:
2-up
Swipe
Onion skin
docs/source/conf.py
View file @
250d6660
...
@@ -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": "",
...
...
docs/source/index.rst
View file @
250d6660
...
@@ -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 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment