-
-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing Documentation Theme to Improve Readability (#1135)
- Loading branch information
Showing
7 changed files
with
626 additions
and
587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
*************************************** | ||
API Guide | ||
*************************************** | ||
|
||
:mod:`arrow.arrow` | ||
===================== | ||
|
||
.. automodule:: arrow.arrow | ||
:members: | ||
|
||
:mod:`arrow.factory` | ||
===================== | ||
|
||
.. automodule:: arrow.factory | ||
:members: | ||
|
||
:mod:`arrow.api` | ||
===================== | ||
|
||
.. automodule:: arrow.api | ||
:members: | ||
|
||
:mod:`arrow.locale` | ||
===================== | ||
|
||
.. automodule:: arrow.locales | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
*************************************** | ||
Getting started | ||
*************************************** | ||
|
||
Assuming you have Python already, follow the guidelines below to get started with Arrow. | ||
|
||
.. include:: ../README.rst | ||
:start-after: Quick Start | ||
:end-before: end-inclusion-marker-do-not-remove |
Oops, something went wrong.