Skip to content

Commit

Permalink
chore: Fix RST syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 23, 2023
1 parent 4754227 commit c941f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/layout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A first step of a new project is to define its directory layout.
Applications
------------

Applications should follow the layout of the framework used, like `Django <https://docs.djangoproject.com/en/4.2/intro/tutorial01/>`__, `Scrapy <https://docs.scrapy.org/en/latest/topics/commands.html#default-structure-of-scrapy-projects>`__or `FastAPI <https://fastapi.tiangolo.com/tutorial/bigger-applications/#an-example-file-structure>`__, and should use its command for generating the layout, like `django-admin startproject <https://docs.djangoproject.com/en/4.2/ref/django-admin/#startproject>`__ and `django-admin startapp <https://docs.djangoproject.com/en/4.2/ref/django-admin/#startapp>`__.
Applications should follow the layout of the framework used, like `Django <https://docs.djangoproject.com/en/4.2/intro/tutorial01/>`__, `Scrapy <https://docs.scrapy.org/en/latest/topics/commands.html#default-structure-of-scrapy-projects>`__ or `FastAPI <https://fastapi.tiangolo.com/tutorial/bigger-applications/#an-example-file-structure>`__, and should use its command for generating the layout, like `django-admin startproject <https://docs.djangoproject.com/en/4.2/ref/django-admin/#startproject>`__ and `django-admin startapp <https://docs.djangoproject.com/en/4.2/ref/django-admin/#startapp>`__.

.. tip::

Expand Down

0 comments on commit c941f34

Please sign in to comment.