Skip to content
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

Documentation bug fixes #355

Merged
merged 2 commits into from
Aug 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.68.0
maggma==0.30.3
maggma==0.30.4
uvicorn==0.14.0
gunicorn[gevent]==20.1.0
boto3==1.18.11
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pydantic==1.8.2
pymatgen==2022.0.11
typing-extensions==3.10.0.0
maggma==0.30.3
maggma==0.30.4
requests==2.26.0
monty==2021.7.8
emmet-core==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"requests>=2.23.0",
"monty",
"emmet-core",
"maggma>=0.30.3",
"maggma>=0.30.4",
"ratelimit",
],
extras_require={
Expand Down
4 changes: 0 additions & 4 deletions src/mp_api/core/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@
methodology discussed by [Ding *et al.*](https://doi.org/10.1021/acsami.6b01630) \
Note that substrate data has not been calculated for all materials in the Materials \
Project database. See the `SubstratesDoc` schema for a full list of fields returned by this route.",
"externalDocs": {
"description": "For a more detailed description",
"url": "https://docs.materialsproject.org/methodology/elasticity",
},
},
{
"name": "Surface Properties",
Expand Down