Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98737028
breadcrumbs.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 16, 01:45
Size
1 KB
Mime Type
text/html
Expires
Sat, Jan 18, 01:45 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23635702
Attached To
rLAMMPS lammps
breadcrumbs.html
View Options
<div
role=
"navigation"
aria-label=
"breadcrumbs navigation"
>
<ul
class=
"wy-breadcrumbs"
>
<li><a
href=
"{{ pathto(master_doc) }}"
>
Docs
</a>
»
</li>
{% for doc in parents %}
<li><a
href=
"{{ doc.link|e }}"
>
{{ doc.title }}
</a>
»
</li>
{% endfor %}
<li>
{{ title }}
</li>
<li
class=
"wy-breadcrumbs-aside"
>
{% if pagename != "search" %}
{% if display_github %}
<a
href=
"https://{{ github_host|default("
github
.
com
")
}}/{{
github_user
}}/{{
github_repo
}}/
blob
/{{
github_version
}}{{
conf_py_path
}}{{
pagename
}}{{
source_suffix
}}"
class=
"fa fa-github"
>
Edit on GitHub
</a>
{% elif display_bitbucket %}
<a
href=
"https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}{{ source_suffix }}"
class=
"fa fa-bitbucket"
>
Edit on Bitbucket
</a>
{% elif show_source and source_url_prefix %}
<a
href=
"{{ source_url_prefix }}{{ pagename }}{{ source_suffix }}"
>
View page source
</a>
{% elif show_source and has_source and sourcename %}
<a
href=
"{{ pathto('_sources/' + sourcename, true)|e }}"
rel=
"nofollow"
>
View page source
</a>
{% endif %}
<a
href=
"http://lammps.sandia.gov"
>
Website
</a>
<a
href=
"Section_commands.html#comm"
>
Commands
</a>
{% endif %}
</li>
</ul>
<hr/>
{% if next or prev %}
<div
class=
"rst-footer-buttons"
style=
"margin-bottom: 1em"
role=
"navigation"
aria-label=
"footer navigation"
>
{% if next %}
<a
href=
"{{ next.link|e }}"
class=
"btn btn-neutral float-right"
title=
"{{ next.title|striptags|e }}"
accesskey=
"n"
>
Next
<span
class=
"fa fa-arrow-circle-right"
></span></a>
{% endif %}
{% if prev %}
<a
href=
"{{ prev.link|e }}"
class=
"btn btn-neutral"
title=
"{{ prev.title|striptags|e }}"
accesskey=
"p"
><span
class=
"fa fa-arrow-circle-left"
></span>
Previous
</a>
{% endif %}
</div>
{% endif %}
</div>
Event Timeline
Log In to Comment