Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[develop]: Update doc requirements and add logo #1018

Merged
merged 21 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6ea87a5
update wflow config docs
gspetro-NOAA Feb 7, 2024
be2fac6
update path to UW docs
gspetro-NOAA Feb 7, 2024
98f7386
update flow of container chapter; modify xlinks
gspetro-NOAA Feb 7, 2024
f772c9a
Add new FAQ; fix upp xlink
gspetro-NOAA Feb 8, 2024
c718b80
Add new FAQ #2
gspetro-NOAA Feb 8, 2024
9ff2368
add linkcheck to Makefile; fix links
gspetro-NOAA Feb 9, 2024
3838fc3
Merge branch 'ufs-community:develop' into text/us-25
gspetro-NOAA Feb 12, 2024
8c3afb7
use extlinks for srw-wiki
gspetro-NOAA Feb 12, 2024
b5800e0
Merge branch 'text/us-25' of github.com:gspetro-NOAA/ufs-srweather-ap…
gspetro-NOAA Feb 12, 2024
6d757ee
clean up nitpick_ignore_regex links
gspetro-NOAA Feb 13, 2024
dbe0022
add requirements.in; update requirements.txt
gspetro-NOAA Feb 13, 2024
72fa53d
add UFS logo
gspetro-NOAA Feb 13, 2024
b3eed75
update logo & requirements
gspetro-NOAA Feb 15, 2024
0f5677b
Merge branch 'develop' into text/rtd-update
gspetro-NOAA Feb 15, 2024
f8829dd
Merge branch 'ufs-community:develop' into text/rtd-update
gspetro-NOAA Feb 16, 2024
6b944f9
change docs to doc
gspetro-NOAA Feb 16, 2024
bcdfc12
Merge branch 'text/rtd-update' of github.com:gspetro-NOAA/ufs-srweath…
gspetro-NOAA Feb 16, 2024
021690e
update paths in .readthedocs.yaml
gspetro-NOAA Feb 16, 2024
3928f02
minor fixes
gspetro-NOAA Feb 16, 2024
a950386
Improve logo contrast w/background
gspetro-NOAA Feb 16, 2024
9aea487
Merge remote-tracking branch 'upstream/develop' into text/rtd-update
MichaelLueken Feb 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/UsersGuide/source/conf.py
configuration: doc/UsersGuide/source/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
Expand All @@ -26,7 +26,7 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/UsersGuide/requirements.txt
- requirements: doc/UsersGuide/requirements.txt

submodules:
include:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
70 changes: 35 additions & 35 deletions docs/UsersGuide/make.bat → doc/UsersGuide/make.bat
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
@ECHO OFF

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build

if "%1" == "" goto help

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%

:end
popd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinxcontrib-bibtex
sphinx>=6.0.0
sphinx_rtd_theme
docutils==0.16
sphinxcontrib-bibtex
76 changes: 76 additions & 0 deletions doc/UsersGuide/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.19
# via
# pybtex-docutils
# sphinx
# sphinx-rtd-theme
# sphinxcontrib-bibtex
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
# via sphinx
latexcodec==2.0.1
# via pybtex
markupsafe==2.1.5
# via jinja2
packaging==23.2
# via sphinx
pybtex==0.24.0
# via
# pybtex-docutils
# sphinxcontrib-bibtex
pybtex-docutils==1.0.3
# via sphinxcontrib-bibtex
pygments==2.17.2
# via sphinx
pyyaml==6.0.1
# via pybtex
requests==2.31.0
# via sphinx
six==1.16.0
# via
# latexcodec
# pybtex
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r requirements.in
# sphinx-rtd-theme
# sphinxcontrib-bibtex
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-bibtex==2.5.0
# via -r requirements.in
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
urllib3==2.2.0
# via requests
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@

}


/* Darken navbar blue background for contrast with logo */
.wy-side-nav-search, .wy-nav-top {
background: #2779B0;
}

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
version = 'develop'
# The full version, including alpha/beta/rc tags
release = 'Develop Branch Documentation'
html_logo = "https://github.com/ufs-community/ufs/wiki/images/ufs-epic-logo.png"

numfig = True

Expand Down Expand Up @@ -131,7 +132,7 @@
# html_theme_options = {}
html_theme_options = {
"body_max_width": "none",
'navigation_depth': 6,
"navigation_depth": 6,
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
File renamed without changes.
Binary file removed docs/UsersGuide/source/tables/.DS_Store
Binary file not shown.
Loading