forked from argoproject/Argo
-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tidy up misc doc blocks, regenerate rst files
- Loading branch information
Showing
14 changed files
with
161 additions
and
49 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
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 |
---|---|---|
@@ -1,8 +1,42 @@ | ||
inc/enqueue.php | ||
=============== | ||
|
||
.. php:function:: largo_enqueue_js() | ||
Enqueue our core javascript and css files | ||
|
||
:since: 1.0 | ||
|
||
:global: LARGO_DEBUG | ||
|
||
.. php:function:: largo_enqueue_child_theme_css() | ||
Enqueue Largo child theme CSS | ||
|
||
:since: 0.5.4 | ||
|
||
.. php:function:: largo_enqueue_admin_scripts() | ||
Enqueue our admin javascript and css files | ||
|
||
:global: LARGO_DEBUG | ||
:global: LARGO_DEBUG | ||
|
||
.. php:function:: largo_header_js() | ||
Determine which size of the banner image to load based on the window width | ||
|
||
TODO: this should probably use picturefill for this instead | ||
|
||
:since: 1.0 | ||
|
||
.. php:function:: largo_footer_js() | ||
Additional scripts to load in the footer (mostly for various social widgets) | ||
|
||
:since: 1.0 | ||
|
||
.. php:function:: largo_google_analytics() | ||
Add Google Analytics code to the footer, you need to add your GA ID to the theme settings for this to work | ||
|
||
:since: 1.0 |
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
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
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,10 @@ | ||
inc/widgets/largo-author-bio.php | ||
================================ | ||
|
||
.. php:class:: largo_author_widget | ||
Author Bio Widget | ||
archive.php uses this widget to create the header of the Author Archive page | ||
:package: Largo |
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
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
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
Oops, something went wrong.