Commit Graph

753 Commits

Author SHA1 Message Date
Eric Holscher
3e386cdf1f Merge pull request #443 from halfninja/lang-attr
Reflect language in lang attribute.
2017-07-27 08:54:39 -07:00
Nick Howes
6bdf3adcc0 Convert underscores to dashes. 2017-07-23 08:37:06 +01:00
Nick Howes
c6fe630542 Reflect language in lang attribute. 2017-07-21 22:37:03 +01:00
Eric Holscher
b3225c5566 Merge pull request #425 from segevfiner/setuptools-entry-points
Added setuptools entry point for Sphinx
2017-06-26 15:53:37 -07:00
Segev Finer
31d410f2d4 Replace master with v0.2.5 in README.rst 2017-06-18 07:05:18 +03:00
Aaron Carlisle
1d1b2cd55d Merge branch 'master' into caption-margin 2017-06-18 00:04:49 -04:00
Aaron Carlisle
c6d926e1cf Merge branch 'master' into setuptools-entry-points 2017-06-17 18:33:01 -04:00
Benjamin Bach
1dc21dbfd3 Add missing dependency in dev setup: sphinxcontrib-httpdomain (#431) 2017-06-17 18:05:41 -04:00
Benjamin Bach
93e6fe24bc Finalized #418 (#433)
Cleanup README.rst

* Refactor list items.
* Use autonumbering in lists to prevent errors.
* Indent code inside list items to make it belong to those items.
* Use inline-code style for filenames.
* Update link to a pull request with new repo path.
* Fix a few typos and punctuation.
* Use .. code:: bash for proper highlighting
* Use # for comments in bash
* Use ordered list for step-by-step instuctions.

* Make all code blocks 4 space indents
2017-06-17 14:42:04 -04:00
Segev Finer
1056aea4ab Added a link to the Sphinx documentation about setuptools entry points 2017-06-14 08:07:35 +03:00
Segev Finer
f539c0e1f2 Added setuptools entry point for Sphinx
This allows using `sphinx_rtd_theme` as Sphinx `html_theme` directly.
2017-05-30 13:43:50 +03:00
Massimo Zaniboni
71b90d076d Fixed error in demo.rst (#421) 2017-05-21 13:01:01 -04:00
Anthony
aedac3d526 Merge pull request #412 from rtfd/doc-theme-release
Add some basic docs around releasing the theme.
2017-04-18 11:12:20 -07:00
Eric Holscher
57a718370b Address review feedback 2017-04-18 09:58:24 -07:00
Aaron Carlisle
2bb8782c80 Set margin-bottom to 0 for captions in figures
The issue here is that figures have a margin of 24px and `p` tags also have a margin of 24px so figure caption get huge 48px margins on the bottom.
2017-04-18 00:21:12 -04:00
Eric Holscher
352057c08c Fix indent erro 2017-04-17 13:44:36 -07:00
Eric Holscher
4fff7fe5b9 Add some basic docs around releasing the theme.
This just covers the basic tasks that I know need to happen,
feel free to suggest other improvements.
2017-04-17 13:43:33 -07:00
Eric Holscher
4be9ff3fd1 Release 0.2.5b1 2017-04-17 13:36:22 -07:00
Aaron Carlisle
d2a6253d9c Cleanup: Move images into static folder 2017-04-08 23:56:06 -04:00
Aaron Carlisle
9da9342796 Remove layout_old
This file was unused and serves no purpose
2017-04-08 18:23:52 -04:00
Aaron Carlisle
8f29534525 Revert Recent changes 2017-04-08 18:07:20 -04:00
Aaron Carlisle
9170fca5a2 Fix small typo 2017-04-08 15:59:34 -04:00
Aaron Carlisle
7329075b9d Readme: remove old developer docs saying to run grunt before a PR
This is hard when we have many PRs open and often get left with a bunch of merge conflicts.
2017-04-04 14:14:28 -04:00
Aaron Carlisle
1124c40137 Readme move canonical_url documentation 2017-04-04 14:11:59 -04:00
Aaron Carlisle
dc9d3d732e Readme: remove outdated text about building on rtd 2017-04-04 13:59:26 -04:00
Aaron Carlisle
e7e082ace8 Run grunt build 2017-03-31 21:20:11 -04:00
Aaron Carlisle
4b90748f1f Add recent changes to 2017-03-28 18:49:08 -04:00
Anthony
c99e5d2e8d Merge pull request #394 from rtfd/fix-149
Fix #149 Fix padding for field list
2017-03-28 09:17:11 -07:00
Anthony
cf73bd01d2 Merge pull request #391 from rtfd/latofont
Fix #256 include lato italic font
2017-03-28 09:09:17 -07:00
Aaron Carlisle
fb986026b8 Update node packages 2017-03-23 00:07:01 -04:00
Aaron Carlisle
ce7134e40b Run grunt build 2017-03-22 23:56:33 -04:00
Aaron Carlisle
f41d88df1f Add font files via grunt 2017-03-22 23:09:44 -04:00
Anthony
505fbb5f7e Merge pull request #389 from rtfd/nav-buttons
Set the before & after width of the nav buttons to 100%
2017-03-22 16:58:33 -07:00
Anthony
6f45114058 Merge pull request #392 from rtfd/brightcaptions
Use lighter color for sidebar captions
2017-03-22 16:32:33 -07:00
Aaron Carlisle
09b5d695bb Add changes done in master to changelog
* Include fontawesome-webfont.woff2 in pip package
* Updated wyrm_ and Font Awesome
* Split multiple data types on different lines
* Italicize ``.versionmodified``
* Fix line number spacing to align with the code lines
* Hide Edit links on auto created pages
* Align ``.. centered::`` text to the center
* Increase contrast for footnotes
* Add language to the JS output variable
2017-03-22 11:02:16 -04:00
Aaron Carlisle
340ad42abd Add new font files 2017-03-21 18:07:48 -04:00
Aaron Carlisle
e39e83d85e Merge remote-tracking branch 'refs/remotes/origin/master' into latofont 2017-03-21 18:03:51 -04:00
tobiasH
219d8773c5 Add language to the JS output variable (#400)
Makes the current language accessible as a JS variable.
Would be nice to have for the version & language switch I'm writing (to avoid the workaround of extracting it from the url).
2017-03-21 16:37:32 -04:00
Aaron Carlisle
6023e6200d Demodocs: Add caption for a code-block 2017-03-21 14:38:57 -04:00
Aaron
746536cf3d Give inline image a width of 1em 2017-03-16 17:43:54 -04:00
Aaron Carlisle
3deb16e441 Demodocs: Cleanup, text wrapping 2017-03-15 13:48:31 -04:00
Aaron Carlisle
4aaaff45d2 Demodocs: Fix compiling warnings 2017-03-15 13:45:26 -04:00
Aaron Carlisle
45bce91f46 Demodocs: make headline types the same 2017-03-15 13:37:23 -04:00
Aaron Carlisle
c1e39adfb0 Demodocs: Simplify heading 2017-03-15 13:33:11 -04:00
Aaron Carlisle
31c9023c4f Demodocs: Use gloable section numbering 2017-03-15 13:29:04 -04:00
Aaron Carlisle
a2c0f30d4e Demodocs: move text wraped around image to structure page 2017-03-15 13:23:21 -04:00
Aaron Carlisle
17b1a3c255 Demodocs: Update last reviewed 2017-03-15 13:16:52 -04:00
Aaron Carlisle
cd38901fc2 Demodocs: increase toc depth 2017-03-15 13:16:06 -04:00
Aaron Carlisle
c71e68df34 Demodocs: move the rest of the example from the index page 2017-03-15 13:13:46 -04:00
Aaron Carlisle
34a1f7e210 Demodocs: Delete "toc" page 2017-03-15 01:54:19 -04:00