Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
magatt
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UMR GDEC
magatt
Commits
6e5980c0
Commit
6e5980c0
authored
1 year ago
by
Helene Rimbert
Browse files
Options
Downloads
Patches
Plain Diff
DOC: move conf.py and index.rst into doc subdir
parent
0a0f3f58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Checking pipeline status
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/conf.py
+33
-0
33 additions, 0 deletions
docs/conf.py
docs/index.rst
+26
-0
26 additions, 0 deletions
docs/index.rst
with
59 additions
and
0 deletions
docs/conf.py
0 → 100644
+
33
−
0
View file @
6e5980c0
# 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
=
'
MAGATT
'
copyright
=
'
2024, Helene Rimbert
'
author
=
'
Helene Rimbert
'
release
=
'
1.3
'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions
=
[
"
myst_parser
"
]
templates_path
=
[
'
_templates
'
]
exclude_patterns
=
[]
source_suffix
=
{
'
.rst
'
:
'
restructuredtext
'
,
'
.txt
'
:
'
markdown
'
,
'
.md
'
:
'
markdown
'
,
}
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme
=
'
sphinx_rtd_theme
'
html_static_path
=
[
'
_static
'
]
This diff is collapsed.
Click to expand it.
docs/index.rst
0 → 100644
+
26
−
0
View file @
6e5980c0
.. MAGATT documentation master file, created by
sphinx-quickstart on Thu Jan 4 15:41:34 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MAGATT's documentation!
==================================
Marker Assisted Gene Annotation Transfert for Triticeae.
Snakemake pipeline used to transfert GFF annotation on a new assembly with a fine target mapping approach.
.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Installation
docs/install
.. toctree::
:maxdepth: 2
:titlesonly:
:caption: Configuration
docs/pipeline_conf
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