forked from prideout/svg3d
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tags and headers in sphinx-doc output (#11)
* Fix tags and headers in sphinx-doc output * Move documentation action to correct path
- Loading branch information
1 parent
2523978
commit c682297
Showing
6 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
File renamed without changes.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,6 +1,13 @@ | ||
Quickstart Example | ||
================== | ||
|
||
.. include:: ../../README.rst | ||
:start-after: Quickstart Example | ||
:end-before: Usage Example | ||
:start-after: .. _quickstartexample: | ||
:end-before: .. list-table:: | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - Isometric | ||
- Dimetric | ||
- Trimetric | ||
* - .. image:: _static/iso.svg | ||
- .. image:: _static/dim.svg | ||
- .. image:: _static/tri.svg |
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,5 +1,5 @@ | ||
Usage Example | ||
================== | ||
|
||
.. include:: ../../README.rst | ||
:start-after: Usage Example | ||
:start-after: .. _usageexample: | ||
:end-before: Running the code above generates the following image | ||
|
||
.. image:: _static/cube-wireframe.svg |