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

rtd structure #30

Merged
merged 14 commits into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
no more about FEDOT
  • Loading branch information
Denis Sidorenko committed Jun 15, 2022
commit eb1bb2b72ea185959c45a39a2022e7bce479d753
2 changes: 1 addition & 1 deletion docs/gefest/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation from GitHub
or full installation

| git clone https://github.com/ITMO-NSS-team/GEFEST.git
| cd FEDOT
| cd GEFEST
| pip install .[extra]
| pytest -s test/

Expand Down
2 changes: 1 addition & 1 deletion docs/source/about.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
About us
========

The FEDOT is developed and maintained by the `NSS Lab <https://itmo-nss-team.github.io/>`__ team.
The GEFEST is developed and maintained by the `NSS Lab <https://itmo-nss-team.github.io/>`__ team.

Our laboratory is part of the National Center for Cognitive Technologies (ITMO University, Russia), which provides cutting-edge software and algorithmic solutions. We focus on natural systems simulations, generative design of real and virtual objects, data-driven modeling, automated machine learning.
4 changes: 2 additions & 2 deletions docs/source/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ any major contributions.
Instructions
-----------------

There is a presentation to help you to take your first steps to become a FEDOT contributor below.
There is a presentation to help you to take your first steps to become a GEFEST contributor below.

:download:`Want to implement a custom operation in GEFEST <path to guide file>`

Expand Down Expand Up @@ -75,7 +75,7 @@ to record your changes in Git, then push them to GitHub with:

$ git push -u origin my-contribution

Finally, go to the web page of your fork of the FEDOT repo, and click
Finally, go to the web page of your fork of the GEFEST repo, and click
'Pull Request' (PR) to send your changes to the maintainers for review.

(If it looks confusing to you, then look up the `Git
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to GEFEST's documentation!
=================================

This site contains main documentation for the `FEDOT framework <https://github.com/ITMO-NSS-team/GEFEST>`__.
This site contains main documentation for the `GEFEST framework <https://github.com/ITMO-NSS-team/GEFEST>`__.

The additional description of the algorthmic core, real-world cases and other details is available in `GEFEST.Docs <doc site>`__.

Expand Down