Skip to content

Commit

Permalink
added some fortran notes to lesson 7 documenting with sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
davidovitch committed May 20, 2014
1 parent d47ab1a commit b81f093
Showing 1 changed file with 31 additions and 12 deletions.
43 changes: 31 additions & 12 deletions lesson 7/documentation-with-sphinx.ipynb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:f9840f8981b95ed90c130bab6534919d94748a9ced8719853feb7da6b3bf8fe7"
"signature": "sha256:4b5674e6ba455b677c9c4643a5171aae43c1b66065c0596eb0bd7546b20d0b27"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -144,6 +144,22 @@
"http://sphinx-ipynb.readthedocs.org/en/latest/index.html"
]
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
"source": [
"Sphinx for Fortran"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* https://github.com/TRACMASS/sphinx-fortran-extension\n",
"* http://www.ifremer.fr/vacumm/user.desc.fdoc.html"
]
},
{
"cell_type": "heading",
"level": 1,
Expand All @@ -168,17 +184,20 @@
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {
"run_control": {
"breakpoint": false,
"state": "n"
}
},
"outputs": []
"cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
"Other documentation tools"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Doxygen, supports more languages:\n",
"* http://www.stack.nl/~dimitri/doxygen/ https://github.com/doxygen/doxygen"
]
}
],
"metadata": {}
Expand Down

0 comments on commit b81f093

Please sign in to comment.