Skip to content

Commit

Permalink
Merge pull request idaholab#10998 from aeslaughter/MooseDocs-v2-rebase
Browse files Browse the repository at this point in the history
MooseDocs re-factor.
  • Loading branch information
brianmoose committed Mar 14, 2018
2 parents c943b26 + 17ee86a commit 6e7b72a
Show file tree
Hide file tree
Showing 3,126 changed files with 43,266 additions and 36,706 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Rationale

<!--What is the reason for this enhancement or what error are you reporting?-->

## Description

<!--Provide details of the enhancement or instructions for reproducing the error.-->

## Impact

<!--How will the changes impact the code, developers, and users? Discuss changes to the
internal interfaces and public API.-->
29 changes: 16 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ framework/contrib/exodiff/exodiff
.DS_Store
*.dSYM

# Unit testing stuff
moose_unit/test_results.xml
# Unit testing stuffbmoose_unit/test_results.xml
!unit/data/csv/*.csv

# gcov code coverage files
Expand Down Expand Up @@ -173,23 +172,27 @@ out.xyz
# JIT and automatic differentiation cache files
.jitcache/
.jitdir/
tmp_jit_*

# Do not store ipython notebook checkpoints
*-checkpoint.ipynb*

# MooseDocs
site
*.moose.md
*.moose.yml
*.moose.svg
tmp_*.dot
docs/.moosedocs
docs/examples/*.tex
!docs/index.html
!docs/templates/**/*.html
!docs/content/media/**/*.png
!docs/content/media/**/*.gif
!python/MooseDocs/tests/**/gold/*.html
!**/doc/content/**/*.md
!**/doc/content/**/*.jpg
!**/doc/content/**/*.jpeg
!**/doc/content/**/*.gif
!**/doc/content/**/*.png
!**/doc/content/**/*.svg
!**/doc/content/**/*.ogg
!**/doc/content/**/*.webm
!**/doc/content/**/*.mp4
!**/doc/content/**/*.css
!**/doc/content/**/*.js
!**/doc/content/**/*.bib
!**/doc/content/**/*.woff
!**/doc/content/**/*.woff2

# Chigger
!python/chigger/tests/**/gold/*.png
Expand Down
10 changes: 0 additions & 10 deletions docs/content.yml

This file was deleted.

12 changes: 0 additions & 12 deletions docs/content/bib/test.bib

This file was deleted.

12 changes: 0 additions & 12 deletions docs/content/bib/test_duplicate.bib

This file was deleted.

283 changes: 0 additions & 283 deletions docs/content/contrib/prisim/prism.min.css

This file was deleted.

Loading

0 comments on commit 6e7b72a

Please sign in to comment.