Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
idg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
idg
Commits
39d21d4b
Commit
39d21d4b
authored
Jul 28, 2021
by
Bas van der Tol
Committed by
Tammo Jan Dijkema
Jul 30, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Add support for markdown in sphinx doc
parent
e8d0e7c3
No related branches found
No related tags found
1 merge request
!122
AST-503 Document interfaces
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/build-instructions.md
+2
-6
2 additions, 6 deletions
doc/build-instructions.md
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
with
3 additions
and
7 deletions
doc/build-instructions.
rst
→
doc/build-instructions.
md
+
2
−
6
View file @
39d21d4b
.. _b
uild
-
instructions
-label:
# B
uild
instructions
==================
## Quick installation guide:
Build instructions
==================
# Quick installation guide:
```
```
git clone --recursive -j4 https://gitlab.com/astron-idg/idg.git
git clone --recursive -j4 https://gitlab.com/astron-idg/idg.git
cd idg
cd idg
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
1
View file @
39d21d4b
...
@@ -27,7 +27,7 @@ author = 'Bram Veenboer, Sebastiaan van der Tol'
...
@@ -27,7 +27,7 @@ author = 'Bram Veenboer, Sebastiaan van der Tol'
# Add any Sphinx extension module names here, as strings. They can be
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
extensions
=
[
"
sphinx_rtd_theme
"
,
"
sphinx.ext.autodoc
"
,
"
breathe
"
]
extensions
=
[
"
sphinx_rtd_theme
"
,
"
sphinx.ext.autodoc
"
,
"
breathe
"
,
'
myst_parser
'
]
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'
_templates
'
]
templates_path
=
[
'
_templates
'
]
...
...
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