Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Classical-MD-Modules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sarah McCartan
Classical-MD-Modules
Commits
ecdecce7
Commit
ecdecce7
authored
Oct 24, 2016
by
Alan O'Cais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add global ToC, use default theme for readthedocs, add logo
parent
03752458
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
7 deletions
+19
-7
docs/conf.py
docs/conf.py
+3
-3
docs/ecam_logo.png
docs/ecam_logo.png
+0
-0
docs/example_module/patch.rst
docs/example_module/patch.rst
+2
-1
docs/example_module/readme.rst
docs/example_module/readme.rst
+9
-2
docs/index.rst
docs/index.rst
+5
-1
No files found.
docs/conf.py
View file @
ecdecce7
...
...
@@ -117,7 +117,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme
=
'
alabaster
'
html_theme
=
'
default
'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
...
...
@@ -136,7 +136,7 @@ html_theme = 'alabaster'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
html_logo
=
'ecam_logo.png'
# The name of an image file (relative to this directory) to use as a favicon of
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
...
...
@@ -162,7 +162,7 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {
}
html_sidebars
=
{
'**'
:
[
'globaltoc.html'
,
'relations.html'
,
'sourcelink.html'
,
'searchbox.html'
],
}
# Additional templates that should be rendered to pages, maps page names to
# template names.
...
...
docs/ecam_logo.png
0 → 100755
View file @
ecdecce7
8.56 KB
docs/example_module/patch.rst
View file @
ecdecce7
...
...
@@ -11,4 +11,5 @@ To include a patch file do something like the following:
:emphasize-lines: 2,9-11
:linenos:
:download:`Downloadable version of patch file <simple.patch>`
\ No newline at end of file
:download:`Downloadable version of patch file <simple.patch>`
docs/example_module/readme.rst
View file @
ecdecce7
...
...
@@ -4,6 +4,8 @@
E-CAM example module
####################
.. contents:: :local:
This is an example of what a *module* for E-CAM looks like. Please add to this template any additional items that are
straightforward to fill out in the general case. You are free add any level of complexity you wish (within the bounds of
what ReST_ can do).
...
...
@@ -90,9 +92,14 @@ To include a patch file do something like the following:
If the patch is very long you will probably want to add it as a subpage so let's do that now
:ref:`patch`
.. toctree::
:glob:
:maxdepth: 1
patch
.. Here are the URL references used
.. _ReST: http://docutils.sourceforge.net/docs/user/rst/quickref.html
\ No newline at end of file
.. _ReST: http://docutils.sourceforge.net/docs/user/rst/quickref.html
docs/index.rst
View file @
ecdecce7
...
...
@@ -9,19 +9,23 @@
The E-CAM Classical MD Library
==============================
.. contents:: :local:
This is a collection of the modules that have been created by E-CAM community within the area of Classical MD.
ESDW Traumkirchen 2016
----------------------
The first Classical MD ESDW in Traumkirchen in June 2016 was the starting point for the modules below.
.. toctree::
:glob:
:maxdepth: 1
./example_module/readme
Indices and tables
==================
----------------------
* :ref:`genindex`
* :ref:`modindex`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment