Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DART-WRF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF
Commits
36a21f20
Commit
36a21f20
authored
2 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
bdca9484
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/conf.py
+16
-23
16 additions, 23 deletions
docs/source/conf.py
docs/source/conf.py_old
+36
-0
36 additions, 0 deletions
docs/source/conf.py_old
docs/source/index2.rst
+20
-0
20 additions, 0 deletions
docs/source/index2.rst
with
72 additions
and
23 deletions
docs/source/conf.py
+
16
−
23
View file @
36a21f20
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project
=
'
DART-WRF
'
copyright
=
'
2023,
University of Vienna
'
copyright
=
'
2023,
Lukas Kugler
'
author
=
'
Lukas Kugler
'
release
=
'
2023.2.17
'
release
=
'
0.1
'
version
=
'
0.1.0
'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
# -- General configuration
extensions
=
[
'
sphinx.ext.duration
'
,
'
sphinx.ext.doctest
'
,
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.autosummary
'
,
'
sphinx.ext.intersphinx
'
,
]
intersphinx_mapping
=
{
'
python
'
:
(
'
https://docs.python.org/3/
'
,
None
),
'
sphinx
'
:
(
'
https://www.sphinx-doc.org/en/master/
'
,
None
),
}
intersphinx_disabled_domains
=
[
'
std
'
]
extensions
=
[]
templates_path
=
[
'
_templates
'
]
exclude_patterns
=
[]
# -- Options for HTML output
root_doc
=
'
index2
'
html_theme
=
'
sphinx_rtd_theme
'
# -- Options for
EPUB
output
epub_show_urls
=
'
footnote
'
# -- Options for
HTML
output
-------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme
=
'
alabaster
'
html_static_path
=
[
'
_static
'
]
This diff is collapsed.
Click to expand it.
docs/source/conf.py_old
0 → 100644
+
36
−
0
View file @
36a21f20
# Configuration file for the Sphinx documentation builder.
# -- Project information
project = 'DART-WRF'
copyright = '2023, University of Vienna'
author = 'Lukas Kugler'
release = '0.1'
version = '0.1.0'
# -- General configuration
extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
intersphinx_disabled_domains = ['std']
templates_path = ['_templates']
# -- Options for HTML output
html_theme = 'sphinx_rtd_theme'
# -- Options for EPUB output
epub_show_urls = 'footnote'
This diff is collapsed.
Click to expand it.
docs/source/index2.rst
0 → 100644
+
20
−
0
View file @
36a21f20
.. DART-WRF documentation master file, created by
sphinx-quickstart on Fri Feb 17 17:22:54 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to DART-WRF's documentation!
====================================
.. toctree::
:maxdepth: 2
:caption: Contents:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment