Skip to content

Commit 07e0369

Browse files
authored
Merge pull request #14 from sandialabs/dev
Dev
2 parents abebe0b + 02210c2 commit 07e0369

20 files changed

+36
-132
lines changed

.github/workflows/pages.yml

-20
This file was deleted.

README.rst

+6-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
statMechCrack
33
#############
44

5-
|build| |docs| |codefactor|
5+
|stable| |latest| |codefactor|
66

77
Statistical mechanical models for crack growth.
88

@@ -24,13 +24,7 @@ or using ``conda`` via the ``mrbuche`` channel on `Anaconda <https://anaconda.or
2424

2525
conda install --channel mrbuche statmechcrack
2626
27-
Alternatively, a branch can be directly installed using
28-
29-
::
30-
31-
pip install git+https://github.com/sandialabs/statmechcrack.git@<branch-name>
32-
33-
or after cloning a branch and executing ``python setup.py install``. Any installation is tested by executing ``python -m statmechcrack.tests``.
27+
Any installation is tested by executing ``python -m statmechcrack.tests``.
3428

3529
********
3630
Citation
@@ -51,11 +45,11 @@ Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS
5145
..
5246
Badges ========================================================================
5347
54-
.. |build| image:: https://img.shields.io/github/actions/workflow/status/sandialabs/statmechcrack/main.yml?branch=main&label=GitHub&logo=github
55-
:target: https://github.com/sandialabs/statmechcrack
48+
.. |stable| image:: https://img.shields.io/badge/Docs-stable-8CA1AF?logo=readthedocs
49+
:target: https://statmechcrack.readthedocs.io/en/stable
5650

57-
.. |docs| image:: https://img.shields.io/readthedocs/statmechcrack?logo=readthedocs&label=Read%20the%20Docs
58-
:target: https://statmechcrack.readthedocs.io/en/latest/
51+
.. |latest| image:: https://img.shields.io/badge/Docs-latest-8CA1AF?logo=readthedocs
52+
:target: https://statmechcrack.readthedocs.io/en/latest
5953

6054
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/sandialabs/statmechcrack?label=Codefactor&logo=codefactor
6155
:target: https://www.codefactor.io/repository/github/sandialabs/statmechcrack

docs/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ def get_version():
2626

2727
add_module_names = False
2828
bibtex_bibfiles = ['main.bib']
29+
bibtex_bibliography_header = ".. rubric:: References"
2930
bibtex_default_style = 'plain'
31+
bibtex_footbibliography_header = bibtex_bibliography_header
3032
extensions = [
3133
'matplotlib.sphinxext.plot_directive',
3234
'nbsphinx',
@@ -53,4 +55,5 @@ def get_version():
5355
plot_include_source = True
5456
plot_rcparams = {'font.size': 10}
5557
plot_formats = [('png', 300)]
58+
suppress_warnings = ["bibtex.duplicate_label"]
5659
templates_path = ['_templates']

docs/source/statmechcrack.core.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.core module
2-
=========================
1+
statmechcrack.core
2+
==================
33

44
.. automodule:: statmechcrack.core
55
:members:
@@ -12,7 +12,5 @@ statmechcrack.core module
1212
1313
<hr>
1414
15-
**References**
16-
1715
.. bibliography::
1816
:filter: docname in docnames

docs/source/statmechcrack.isometric.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.isometric module
2-
==============================
1+
statmechcrack.isometric
2+
=======================
33

44
.. automodule:: statmechcrack.isometric
55
:members:

docs/source/statmechcrack.isotensional.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.isotensional module
2-
=================================
1+
statmechcrack.isotensional
2+
==========================
33

44
.. automodule:: statmechcrack.isotensional
55
:members:

docs/source/statmechcrack.mechanical.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.mechanical module
2-
===============================
1+
statmechcrack.mechanical
2+
========================
33

44
.. automodule:: statmechcrack.mechanical
55
:members:
@@ -12,7 +12,5 @@ statmechcrack.mechanical module
1212
1313
<hr>
1414
15-
**References**
16-
1715
.. bibliography::
1816
:filter: docname in docnames

docs/source/statmechcrack.monte_carlo.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.monte\_carlo module
2-
=================================
1+
statmechcrack.monte\_carlo
2+
==========================
33

44
.. automodule:: statmechcrack.monte_carlo
55
:members:
@@ -12,7 +12,5 @@ statmechcrack.monte\_carlo module
1212
1313
<hr>
1414
15-
**References**
16-
1715
.. bibliography::
1816
:filter: docname in docnames

docs/source/statmechcrack.rst

-33
This file was deleted.

docs/source/statmechcrack.tests.__main__.rst

-8
This file was deleted.

docs/source/statmechcrack.tests.rst

-26
This file was deleted.

docs/source/statmechcrack.tests.test_boundary.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.tests.test\_boundary module
2-
=========================================
1+
statmechcrack.tests.test\_boundary
2+
==================================
33

44
.. automodule:: statmechcrack.tests.test_boundary
55
:members:

docs/source/statmechcrack.tests.test_examples.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.tests.test\_examples module
2-
=========================================
1+
statmechcrack.tests.test\_examples
2+
==================================
33

44
.. automodule:: statmechcrack.tests.test_examples
55
:members:

docs/source/statmechcrack.tests.test_interface.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.tests.test\_interface module
2-
==========================================
1+
statmechcrack.tests.test\_interface
2+
===================================
33

44
.. automodule:: statmechcrack.tests.test_interface
55
:members:

docs/source/statmechcrack.tests.test_many.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.tests.test\_many module
2-
=====================================
1+
statmechcrack.tests.test\_many
2+
==============================
33

44
.. automodule:: statmechcrack.tests.test_many
55
:members:

docs/source/statmechcrack.tests.test_one.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.tests.test\_one module
2-
====================================
1+
statmechcrack.tests.test\_one
2+
=============================
33

44
.. automodule:: statmechcrack.tests.test_one
55
:members:

docs/source/statmechcrack.tests.test_style.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.tests.test\_style module
2-
======================================
1+
statmechcrack.tests.test\_style
2+
===============================
33

44
.. automodule:: statmechcrack.tests.test_style
55
:members:

docs/source/statmechcrack.tests.test_zero.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.tests.test\_zero module
2-
=====================================
1+
statmechcrack.tests.test\_zero
2+
==============================
33

44
.. automodule:: statmechcrack.tests.test_zero
55
:members:

docs/source/statmechcrack.utility.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
statmechcrack.utility module
2-
============================
1+
statmechcrack.utility
2+
=====================
33

44
.. automodule:: statmechcrack.utility
55
:members:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_version():
3131
long_description=read("README.rst"),
3232
author='Michael R. Buche, Scott J. Grutzik',
3333
34-
url='https://sandialabs.github.io/statMechCrack',
34+
url='https://github.com/sandialabs/statMechCrack',
3535
license='BSD-3-Clause',
3636
keywords=['fracture mechanics',
3737
'statistical mechanics',

0 commit comments

Comments
 (0)