Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: docgen command #37

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
bd17a10
First implementation of KubeHelp object with the move out of text gen…
gmelillo Jul 4, 2018
96f9f8a
Added first rudimental render_markdown function inside KubeHelp class
gmelillo Jul 4, 2018
988916b
Basic implementation of docgen command
gmelillo Jul 5, 2018
fb40f3e
New markdown test on github
gmelillo Jul 5, 2018
0bc11ce
Another test
gmelillo Jul 5, 2018
a5ef9de
Some addition to docs
gmelillo Jul 5, 2018
73be050
Styling
gmelillo Jul 5, 2018
51c4136
Some fix to md
gmelillo Jul 5, 2018
763efce
Full test on deployment object
gmelillo Jul 5, 2018
3361e40
New display
gmelillo Jul 6, 2018
cf4b92e
Changed attributes management inside KubeHelper
gmelillo Jul 8, 2018
53ea0cb
Updated gitignore
gmelillo Jul 8, 2018
8d76e1a
Added table of content
gmelillo Jul 8, 2018
fe0f4bb
Added types to the list
gmelillo Jul 8, 2018
eb26bb0
Added vartypes
gmelillo Jul 8, 2018
ba25eed
Change order of objects
gmelillo Jul 8, 2018
6e965e1
Added example on ARN class
gmelillo Jul 8, 2018
10d8ce0
Fixed md
gmelillo Jul 8, 2018
48ef2f7
Added more test details
gmelillo Jul 8, 2018
d915f01
Fixed typo on markdown
gmelillo Jul 8, 2018
2a45eda
Other fix testing the links generation
gmelillo Jul 8, 2018
5fc88da
Added more links
gmelillo Jul 8, 2018
2c38011
Added new identifier
gmelillo Jul 8, 2018
009b709
Different approch for markdown documentation
gmelillo Jul 8, 2018
083313c
Removed buggy substitution
gmelillo Jul 8, 2018
35abd38
Fix on OneOf object representation
gmelillo Jul 8, 2018
286968e
Fixed discover for wrappers
gmelillo Jul 8, 2018
968fbe2
Removed debugs
gmelillo Jul 8, 2018
93ed133
Removed unused variable
gmelillo Jul 9, 2018
b7daccf
Test for README.md
gmelillo Jul 9, 2018
9c7cb2a
Added logo to the class
gmelillo Jul 9, 2018
efb4966
Fix on the title
gmelillo Jul 9, 2018
70bf6bd
More fix
gmelillo Jul 9, 2018
085bfcc
Moved top level docs inside docstring
gmelillo Jul 9, 2018
59b759a
Added more details
gmelillo Jul 9, 2018
ee20fbf
Added description on nullable
gmelillo Jul 9, 2018
847dcf6
Added more docs
gmelillo Jul 9, 2018
24899a8
Fix on Copyright
gmelillo Jul 18, 2018
0760417
Fix on documentation
gmelillo Jul 18, 2018
f0a1bd2
Temp
gmelillo Jul 19, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ __pycache__

# yaml build directory
build

# Visual Studio Code
.vscode/
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![Rubiks Logo](docs/logos/rubiks-logo-horizontal.png)
<p align="center">
<img src="docs/logos/rubiks-logo-horizontal.png" title="Rubiks Logo">
</p>

# Rubiks - a kubernetes yaml file manager

Expand Down Expand Up @@ -30,3 +32,4 @@ See also `rubiks help` for more information on how to use it
- [Rubiks repositories and the .rubiks file](docs/Rubiks%20repositories%20and%20the%20.rubiks%20file.md)
- [Examples](https://github.com/olx-global/rubiks-examples)
- [Logo Variants](docs/logos/logos.md)
- [Classes Definitions](docs/rubiks.class.md)
Loading