Skip to content

Commit 83970c1

Browse files
committed
chore: move images to assets folder
1 parent 4219b7c commit 83970c1

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
[![CodeFactor](https://www.codefactor.io/repository/github/nanotaboada/python-samples-fastapi-restful/badge)](https://www.codefactor.io/repository/github/nanotaboada/python-samples-fastapi-restful)
1010
[![codebeat badge](https://codebeat.co/badges/4c4f7c08-3b35-4b57-a875-bf2043efe515)](https://codebeat.co/projects/github-com-nanotaboada-python-samples-fastapi-restful-master)
1111

12-
13-
1412
## Manifesto
1513

1614
> "Nobody should start to undertake a large project. You start with a small _trivial_ project, and you should never expect it to get large. If you do, you'll just overdesign and generally think it is more important than it likely is at that stage. Or worse, you might be scared away by the sheer size of the work you envision. So start small, and think about the details. Don't think about some big picture and fancy design. If it doesn't solve some fairly immediate need, it's almost certainly over-designed. And don't expect people to jump in and help you. That's not how these things work. You need to get something half-way _useful_ first, and then others will say "hey, that _almost_ works for me", and they'll get involved in the project." — Linus Torvalds
@@ -23,7 +21,7 @@ Proof of Concept for a RESTful API made with [Python 3](https://www.python.org/)
2321

2422
The following is a simplified dependency diagram of modules and main libraries:
2523

26-
![Dependency Diagram](python-samples-fastapi-restful.svg)
24+
![Dependency Diagram](assets/images/python-samples-fastapi-restful.svg)
2725

2826
## Install
2927

@@ -45,7 +43,7 @@ uvicorn main:app --reload --port 9000
4543
http://localhost:9000/docs
4644
```
4745

48-
![API Documentation](python-samples-fastapi-restful-docs.png)
46+
![API Documentation](assets/images/python-samples-fastapi-restful-docs.png)
4947

5048
## Credits
5149

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)