Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mapping Provider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
Next Generation Map
Mapping Provider
Commits
b6581344
Commit
b6581344
authored
1 month ago
by
Erik Reid
Browse files
Options
Downloads
Patches
Plain Diff
init generated skeleton different source/build dirs
parent
c7c9574e
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/Makefile
+20
-0
20 additions, 0 deletions
docs/Makefile
docs/source/conf.py
+28
-0
28 additions, 0 deletions
docs/source/conf.py
docs/source/index.rst
+17
-0
17 additions, 0 deletions
docs/source/index.rst
with
65 additions
and
0 deletions
docs/Makefile
0 → 100644
+
20
−
0
View file @
b6581344
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS
?=
SPHINXBUILD
?=
sphinx-build
SOURCEDIR
=
source
BUILDDIR
=
build
# Put it first so that "make" without argument is like "make help".
help
:
@$(
SPHINXBUILD
)
-M
help
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
.PHONY
:
help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%
:
Makefile
@$(
SPHINXBUILD
)
-M
$@
"
$(
SOURCEDIR
)
"
"
$(
BUILDDIR
)
"
$(
SPHINXOPTS
)
$(
O
)
This diff is collapsed.
Click to expand it.
docs/source/conf.py
0 → 100644
+
28
−
0
View file @
b6581344
# 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 -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project
=
'
GÉANT Mapping Provider
'
copyright
=
'
2025, swd@geant.org
'
author
=
'
swd@geant.org
'
release
=
'
0.0
'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions
=
[]
templates_path
=
[
'
_templates
'
]
exclude_patterns
=
[]
# -- 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/index.rst
0 → 100644
+
17
−
0
View file @
b6581344
.. GÉANT Mapping Provider documentation master file, created by
sphinx-quickstart on Mon Apr 14 11:36:42 2025.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
GÉANT Mapping Provider documentation
====================================
Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.
.. toctree::
:maxdepth: 2
:caption: Contents:
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