Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cpp_sisso
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
nomad-lab
cpp_sisso
Commits
fe44ad96
Commit
fe44ad96
authored
3 years ago
by
Thomas Purcell
Browse files
Options
Downloads
Patches
Plain Diff
Reformat files to match new sphinx build system for doc
mkdocks no longer used
parent
73152d7b
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
.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
.gitlab-ci.yml
Doxyfile
+3
-3
3 additions, 3 deletions
Doxyfile
mkdocs.yml
+0
-46
0 additions, 46 deletions
mkdocs.yml
with
7 additions
and
52 deletions
.gitlab-ci.yml
+
4
−
3
View file @
fe44ad96
...
...
@@ -191,9 +191,10 @@ pages:
stage
:
doc_builds
script
:
-
source cpp_sisso_env/bin/activate
-
pip install mkdocs mkdocs-material pymdown-extensions mkdocs-minify-plugin
-
mkdocs build
-
mv site public
-
pip install sphinx sphinx-rtd-theme breathe sphinx-sitemap
-
cd docs/
-
make html
-
mv _build ../public
artifacts
:
paths
:
-
public
...
...
This diff is collapsed.
Click to expand it.
Doxyfile
+
3
−
3
View file @
fe44ad96
...
...
@@ -52,7 +52,7 @@ PROJECT_LOGO =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = doc
s
OUTPUT_DIRECTORY = doc
/
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
...
...
@@ -885,7 +885,7 @@ GENERATE_HTML = YES
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# put in front of it. If left blank `html' will be used as the default path.
HTML_OUTPUT =
C++_API
HTML_OUTPUT =
html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
...
...
@@ -1293,7 +1293,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output.
GENERATE_LATEX =
YES
GENERATE_LATEX =
ON
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
deleted
100644 → 0
+
0
−
46
View file @
73152d7b
site_name
:
SISSO++
repo_url
:
https://gitlab.com/sissopp-developers/sissopp
copyright
:
'
Copyright
©
2021
Thomas
A.R.
Purcell'
theme
:
name
:
'
readthedocs'
nav
:
-
Home
:
-
Welcome!
:
README.md
-
Installation.md
-
Credits.md
-
References.md
-
CONTRIBUTING.md
-
License
:
license.md
-
Tutorial
:
-
Overview
:
Tutorial/0_intro.md
-
Using the command line interface
:
Tutorial/1_combined.md
-
Using the python interface
:
Tutorial/2_python.md
-
Classification problems
:
Tutorial/3_classification.md
plugins
:
-
search
-
minify
:
minify_html
:
true
-
search
markdown_extensions
:
-
toc
:
permalink
:
"
#"
toc_depth
:
3
-
pymdownx.arithmatex
-
pymdownx.details
-
pymdownx.superfences
-
footnotes
-
admonition
extra_javascript
:
-
'
javascripts/mathjax.js'
-
'
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra
:
social
:
-
type
:
gitlab
link
:
https://gitlab.com/sissopp-developers/sissopp
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