-
Notifications
You must be signed in to change notification settings - Fork 68
Read the Docs Documentation #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
pshriwise
wants to merge
31
commits into
svalinn:develop
Choose a base branch
from
pshriwise:rtd
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 18 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
09e4c1b
Initial commit with rtd documentation skeleton
pshriwise 2196135
Adding rtd artifacts to the ignore file
pshriwise 8f6396f
Duplicating a lot of information in usersguide
pshriwise c82605f
Filling in user's guide, updating docs properties.
pshriwise b9b1450
Adding start to the file specification
pshriwise 381199a
Cleaning up function signatures a bit.
pshriwise b7079b1
Adding tables on the MOAB file spec
pshriwise ba17858
Fixing header
pshriwise 5abb5ab
Restructure
pshriwise c307f68
Structure updates to fill in the TOC
pshriwise 9f3f49f
Adding intro blurb
pshriwise 93d61eb
Adding image carousel
pshriwise f3a0098
Reworking landing page a bit.
pshriwise c4e4c80
Adjusting section headings
pshriwise f8d960a
Adding gallery
pshriwise 7ac6921
Filing out empty sections, adding contribution guide.
pshriwise 42116de
Update changelog
pshriwise 7e29e65
Adding a section on the Coreform Cubit plugin in preparing solid models.
pshriwise 8e7b4ca
Moving to an introduction to DAGMC section
pshriwise b488752
Adding some information on the Coreform Cubit workflow for metadata
pshriwise d5cf2a4
Reference Coreform tutorial for metadata for now
pshriwise eec1b77
Merge branch 'develop' into rtd
shimwell 05ca90d
Apply suggestions from @gonuke
pshriwise 0a0d2fe
Reverting changes to contribution guide
pshriwise c89f5ce
Removing gallery manual HTML scripts
pshriwise 8f36251
Updates to include links to the Coreform version and adjust narrative…
pshriwise bf5cd17
Updating description of the MCNP importer in Coreform Cubit
pshriwise a500069
Removing redundant groups file
pshriwise e68dfbb
Correcting varialble name html_baseurl
pshriwise 626378d
Updating notes on mcnp2cad and fixing links.
pshriwise f08e25a
Updating information on utilizing MCNP2CAD
pshriwise File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,4 +16,6 @@ build | |
|
|
||
| #ignore pyne amalgamation | ||
| src/pyne/pyne.cpp | ||
| src/pyne/pyne.h | ||
| src/pyne/pyne.h | ||
| docs/Doxyfile | ||
| docs/_build | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pshriwise marked this conversation as resolved.
Show resolved
Hide resolved
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this still included in documentation? Is this file still relevant? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
|
|
||
|
|
||
| # Configure the documentation file | ||
|
|
||
| find_package(Doxygen) | ||
|
|
||
| set(DAGMC_SOURCE_DIR ${PROJECT_SOURCE_DIR}) | ||
|
|
||
| if (DOXYGEN_FOUND) | ||
| configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile) | ||
| configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Makefile ${CMAKE_CURRENT_BINARY_DIR}/Makefile COPYONLY) | ||
| configure_file(${CMAKE_CURRENT_SOURCE_DIR}/index.rst ${CMAKE_CURRENT_BINARY_DIR}/index.rst COPYONLY) | ||
| configure_file(${CMAKE_CURRENT_SOURCE_DIR}/conf.py ${CMAKE_CURRENT_BINARY_DIR}/conf.py COPYONLY) | ||
| configure_file(${CMAKE_CURRENT_SOURCE_DIR}/requirements.txt ${CMAKE_CURRENT_BINARY_DIR}/requirements.txt COPYONLY) | ||
| configure_file(${CMAKE_CURRENT_SOURCE_DIR}/make.bat ${CMAKE_CURRENT_BINARY_DIR}/make.bat COPYONLY) | ||
| else() | ||
| message(WARNING "Doxygen is required to build the documentation for double-down.") | ||
pshriwise marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| endif() | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.