Skip to content

Commit

Permalink
Fixing docs (#353)
Browse files Browse the repository at this point in the history
* fixing docs

* getting image to show

* trying to center image
  • Loading branch information
amontanez24 committed May 23, 2023
1 parent a159ca5 commit a863cdd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Generate Docs
on:
push:
branches: [ stable ]
workflow_dispatch:

jobs:
docs:
Expand Down
3 changes: 3 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Authors
=======

See: https://github.com/sdv-dev/Copulas/graphs/contributors
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<div align="center">
<br/>
<p align="center">
<p style="text-align:center">
<i>This repository is part of <a href="https://sdv.dev">The Synthetic Data Vault Project</a>, a project from <a href="https://datacebo.com">DataCebo</a>.</i>
</p>

Expand All @@ -11,16 +9,12 @@
[![Coverage Status](https://codecov.io/gh/sdv-dev/Copulas/branch/master/graph/badge.svg)](https://codecov.io/gh/sdv-dev/Copulas)
[![Slack](https://img.shields.io/badge/Community-Slack-blue?style=plastic&logo=slack)](https://bit.ly/sdv-slack-invite)

<div align="left">
<br/>
<p align="center">
<p align="center" style="text-align:center">
<a href="https://github.com/sdv-dev/Copulas">
<img align="center" width=40% src="https://github.com/sdv-dev/SDV/blob/master/docs/images/Copulas-DataCebo.png"></img>
<img width=40% src="https://github.com/sdv-dev/SDV/blob/master/docs/images/Copulas-DataCebo.png?raw=true"></img>
</a>
</p>
</div>

</div>

# Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. mdinclude:: ../README.md
:end-line: 62
:end-line: 48

.. toctree::
:hidden:
Expand Down

0 comments on commit a863cdd

Please sign in to comment.