Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Commits
acdce3ce
Commit
acdce3ce
authored
7 years ago
by
Dilawar Singh
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:BhallaLab/moose
parents
fad5f65a
a013ba8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/Extensions/hidden_code_block.py
+0
-1
0 additions, 1 deletion
docs/source/Extensions/hidden_code_block.py
docs/source/conf.py
+5
-4
5 additions, 4 deletions
docs/source/conf.py
with
5 additions
and
5 deletions
docs/source/Extensions/hidden_code_block.py
+
0
−
1
View file @
acdce3ce
...
...
@@ -162,7 +162,6 @@ def depart_hcb_html(self, node):
"""
Depart hidden code block
"""
# Stub because of SkipNode in visit
def
setup
(
app
):
app
.
add_directive
(
'
hidden-code-block
'
,
HiddenCodeBlock
)
app
.
add_node
(
hidden_code_block
,
html
=
(
visit_hcb_html
,
depart_hcb_html
))
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
5
−
4
View file @
acdce3ce
...
...
@@ -68,7 +68,7 @@ master_doc = 'index'
# General information about the project.
project
=
u
'
MOOSE
'
copyright
=
u
'
201
6
, Upinder Bhalla, Niraj Dudani, Aditya Gilra, Aviral Goel,
Subhasis Ray, Harsha Rani and Dilawar Singh
'
copyright
=
u
'
201
8
, Upinder Bhalla, Niraj Dudani,
Subhasis Ray,
Aditya Gilra,
Harsha Rani,
Aviral Goel,
Dilawar Singh, Malav Shah, Dhruva Gowda storz
'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
...
...
@@ -210,7 +210,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents
=
[
(
'
index
'
,
'
MOOSE.tex
'
,
u
'
MOOSE Documentation
'
,
u
'
Upinder Bhalla, Niraj Dudani, Aditya Gilra, Aviral Goel,
Subhasis Ray,Harsha Rani and Dilawar Singh
'
,
'
manual
'
),
u
'
Upinder Bhalla, Niraj Dudani,
Subhasis Ray,
Aditya Gilra,
Harsha Rani,
Aviral Goel,
Dilawar Singh, Malav Shah, Dhruva Gowda storz
'
,
'
manual
'
),
]
# The name of an image file (relative to this directory) to place at the top of
...
...
@@ -240,7 +240,7 @@ latex_domain_indices = True
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
'
index
'
,
'
moose
'
,
u
'
MOOSE Documentation
'
,
[
u
'
Upinder Bhalla, Niraj Dudani, Aditya Gilra, Aviral Goel,
Subhasis Ray,Harsha Rani and Dilawar Singh
'
],
1
)
[
u
'
Upinder Bhalla, Niraj Dudani,
Subhasis Ray,
Aditya Gilra,
Harsha Rani,
Aviral Goel,
Dilawar Singh, Malav Shah, Dhruva Gowda storz
'
],
1
)
]
# If true, show URL addresses after external links.
...
...
@@ -254,7 +254,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents
=
[
(
'
index
'
,
'
MOOSE
'
,
u
'
MOOSE Documentation
'
,
u
'
Upinder Bhalla, Niraj Dudani, Aditya Gilra, Aviral Goel,
Subhasis Ray,Harsha Rani and Dilawar Singh
'
,
'
MOOSE
'
,
'
MOOSE is the Multiscale Object-Oriented Simulation Environment.
'
,
u
'
Upinder Bhalla, Niraj Dudani,
Subhasis Ray,
Aditya Gilra,
Harsha Rani,
Aviral Goel,
Dilawar Singh, Malav Shah, Dhruva Gowda storz
'
,
'
MOOSE
'
,
'
MOOSE is the Multiscale Object-Oriented Simulation Environment.
'
,
'
Science
'
),
]
...
...
@@ -287,6 +287,7 @@ exclude_patterns = ['/docs/source/user/py/references/*.rst']
#run the doxygen thingy
import
subprocess
,
os
read_the_docs_build
=
os
.
environ
.
get
(
'
READTHEDOCS
'
,
None
)
==
'
True
'
if
not
read_the_docs_build
:
subprocess
.
call
(
'
cd doxygen; echo HELLO......................; doxygen Doxyfile
'
,
shell
=
True
)
This diff is collapsed.
Click to expand it.
Preview
0%
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